mirror of
https://github.com/photoprism/photoprism.git
synced 2025-10-15 05:11:22 +08:00
1 line
80 B
SQL
1 line
80 B
SQL
CREATE INDEX IF NOT EXISTS idx_files_photo_id ON files (photo_id, file_primary); |