ente/server/migrations/97_file_data_user_update_idx.up.sql

3 lines
93 B
SQL

CREATE INDEX CONCURRENTLY idx_file_data_user_updated
ON file_data (user_id, updated_at);