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

3 lines
127 B
MySQL
Raw Normal View History

ALTER TABLE files_sync RENAME COLUMN account_id TO service_id;
ALTER TABLE files_share RENAME COLUMN account_id TO service_id;