mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 15:34:38 +01:00
remove unused database tables
This commit is contained in:
17
patch-schema/unused-tables.sql
Normal file
17
patch-schema/unused-tables.sql
Normal file
@@ -0,0 +1,17 @@
|
|||||||
|
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;
|
||||||
Reference in New Issue
Block a user