e3bb8b19dd
Also improves migrations and updates the db schema docs. Signed-off-by: Michael Mayer <michael@photoprism.app>
6 lines
118 B
Go
6 lines
118 B
Go
package form
|
|
|
|
type SyncUpload struct {
|
|
Selection Selection `json:"selection"`
|
|
Folder string `json:"folder"`
|
|
}
|