owpengram-server/deploy/migrations/20260714003063_star_gift_upgrade_message_links.down.sql
2026-07-21 00:18:12 +03:00

5 lines
312 B
SQL

-- Projection repair events are durable account history and are intentionally
-- not erased on rollback. Only remove the replay receipt column.
ALTER TABLE public.star_gift_upgrade_commands
DROP CONSTRAINT IF EXISTS star_gift_upgrade_command_source_edit_pts_check,
DROP COLUMN IF EXISTS source_edit_pts;