ente/server/migrations/45_collection_files_file_id_idx.up.sql

2 lines
102 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
CREATE INDEX CONCURRENTLY IF NOT EXISTS collection_files_file_id_index ON collection_files (file_id);