mirror of
https://github.com/ente-io/ente.git
synced 2025-05-24 03:59:22 +00:00
1 line
93 B
SQL
1 line
93 B
SQL
CREATE INDEX IF NOT EXISTS trash_user_id_and_updated_at_index ON trash (user_id, updated_at); |