owpengram-server/deploy/migrations/20260903000001_account_settings_disallowed_gifts.down.sql
2026-09-03 05:00:42 +03:00

6 lines
309 B
SQL

ALTER TABLE public.account_settings
DROP COLUMN IF EXISTS disallow_unlimited_stargifts,
DROP COLUMN IF EXISTS disallow_limited_stargifts,
DROP COLUMN IF EXISTS disallow_unique_stargifts,
DROP COLUMN IF EXISTS disallow_premium_gifts,
DROP COLUMN IF EXISTS disallow_stargifts_from_channels;