photoprism/internal/migrate/mysql/20221015-100100.pre.sql
Michael Mayer e3bb8b19dd 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>
2022-10-15 21:54:11 +02:00

2 lines
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;