You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
synctv/migrations/20260825002_add_chat_modera...

9 lines
214 B
SQL

CREATE INDEX IF NOT EXISTS idx_chat_message_reactions_room_user_cleanup
ON chat_message_reactions (
room_id,
user_id,
message_created_at,
message_id,
reaction_key
);