mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
17 lines
318 B
PL/PgSQL
17 lines
318 B
PL/PgSQL
BEGIN;
|
|
|
|
DROP TABLE IF EXISTS public.account_ban;
|
|
|
|
DROP TABLE IF EXISTS public.account_history;
|
|
|
|
DROP TABLE IF EXISTS public.account_moderation;
|
|
|
|
DROP TABLE IF EXISTS public.account_sub;
|
|
|
|
DROP TABLE IF EXISTS public.history;
|
|
|
|
DROP TABLE IF EXISTS public.questlists;
|
|
|
|
DROP TABLE IF EXISTS public.schema_migrations;
|
|
|
|
END; |