e3bb8b19dd
Also improves migrations and updates the db schema docs. Signed-off-by: Michael Mayer <michael@photoprism.app>
2 lines
No EOL
150 B
SQL
2 lines
No EOL
150 B
SQL
ALTER TABLE files_sync CHANGE account_id service_id INT UNSIGNED NOT NULL;
|
|
ALTER TABLE files_share CHANGE account_id service_id INT UNSIGNED NOT NULL; |