mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-12 15:04:38 +01:00
6 lines
146 B
PL/PgSQL
6 lines
146 B
PL/PgSQL
BEGIN;
|
|
DROP TABLE public.account_ban;
|
|
DROP TABLE public.account_history;
|
|
DROP TABLE public.account_moderation;
|
|
DROP TABLE public.account_sub;
|
|
END; |