photoprism/internal/migrate/mysql/20221015-100100.pre.sql

2 lines
150 B
MySQL
Raw Normal View History

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;