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);
|