Routing: Prefix frontend UI routes with /library #840 #2466

Also improves migrations and updates the db schema docs.

Signed-off-by: Michael Mayer <michael@photoprism.app>
This commit is contained in:
Michael Mayer
2022-10-15 21:54:11 +02:00
parent 3bad6820d7
commit e3bb8b19dd
202 changed files with 3189 additions and 2608 deletions

View File

@@ -732,7 +732,7 @@ func (m *File) AddFace(f face.Face, subjUid string) {
// Create new marker from face.
marker := NewFaceMarker(f, *m, subjUid)
// Failed creating new marker?
// RunFailed creating new marker?
if marker == nil {
return
}