DROP INDEX IF EXISTS idx_room_notifications_expires_at; DROP INDEX IF EXISTS idx_room_notifications_user_id_created_at; DROP INDEX IF EXISTS idx_room_notifications_user_id_is_read; DROP TABLE IF EXISTS room_notifications;