owpengram-server/deploy/migrations/20260901000011_dialog_top_projection_invalidation.down.sql
2026-09-01 12:06:31 +03:00

11 lines
693 B
SQL

DROP TRIGGER IF EXISTS channel_message_reactions_dialog_top_projection_changed ON channel_message_reactions;
DROP FUNCTION IF EXISTS telesrv_notify_channel_top_reactions_read_model();
DROP TRIGGER IF EXISTS channel_messages_dialog_top_projection_changed ON channel_messages;
DROP FUNCTION IF EXISTS telesrv_notify_channel_top_message_read_model();
DROP TRIGGER IF EXISTS private_message_reactions_dialog_top_projection_changed ON private_message_reactions;
DROP FUNCTION IF EXISTS telesrv_notify_private_top_reactions_read_model();
DROP TRIGGER IF EXISTS message_boxes_dialog_top_projection_changed ON message_boxes;
DROP FUNCTION IF EXISTS telesrv_notify_private_top_message_read_model();