owpengram-server/deploy/migrations/20260714003120_channel_history_clear_anchor.down.sql

4 lines
206 B
SQL

ALTER TABLE channel_members
DROP CONSTRAINT IF EXISTS channel_members_history_clear_anchor_check,
DROP COLUMN IF EXISTS history_clear_anchor_date,
DROP COLUMN IF EXISTS history_clear_anchor_id;