5 lines
196 B
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;
|