mirror of
https://github.com/ente-io/ente.git
synced 2025-07-02 05:35:12 +00:00
3 lines
93 B
SQL
3 lines
93 B
SQL
CREATE INDEX CONCURRENTLY idx_file_data_user_updated
|
|
ON file_data (user_id, updated_at);
|