ente/server/migrations/44_trash_add_index.up.sql

1 line
93 B
MySQL
Raw Normal View History

2024-03-01 08:07:01 +00:00
CREATE INDEX IF NOT EXISTS trash_user_id_and_updated_at_index ON trash (user_id, updated_at);