owpengram-server/deploy/migrations/0131_account_freeze_visibility.down.sql

5 lines
196 B
SQL

DROP TABLE IF EXISTS public.account_freeze_notifications;
ALTER TABLE public.account_restrictions
DROP CONSTRAINT IF EXISTS account_restrictions_version_check,
DROP COLUMN IF EXISTS version;