owpengram-server/deploy/migrations/0091_star_gift_prepaid_upgrade.down.sql
2026-07-16 12:38:53 +08:00

3 lines
153 B
SQL

ALTER TABLE public.peer_star_gifts
DROP CONSTRAINT IF EXISTS peer_star_gifts_prepaid_upgrade_check,
DROP COLUMN IF EXISTS prepaid_upgrade_stars;