mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 23:44:52 +01:00
Reupload
This commit is contained in:
6
Erupe/migrations/000017_account.down.sql
Normal file
6
Erupe/migrations/000017_account.down.sql
Normal file
@@ -0,0 +1,6 @@
|
||||
BEGIN;
|
||||
DROP TABLE public.account_ban;
|
||||
DROP TABLE public.account_history;
|
||||
DROP TABLE public.account_moderation;
|
||||
DROP TABLE public.account_sub;
|
||||
END;
|
||||
Reference in New Issue
Block a user