ente/server/migrations/44_trash_add_index.up.sql
2024-03-01 13:37:01 +05:30

1 line
93 B
SQL

CREATE INDEX IF NOT EXISTS trash_user_id_and_updated_at_index ON trash (user_id, updated_at);