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

3 lines
155 B
SQL

ALTER TABLE public.channel_messages
DROP CONSTRAINT IF EXISTS channel_messages_paid_message_stars_check,
DROP COLUMN IF EXISTS paid_message_stars;