mirror of
https://github.com/xodivorce/infra-xodivorce-in.git
synced 2026-02-04 15:52:21 +05:30
fix: resolve some bugs, architecture
This commit is contained in:
10
schema/cleanup.sql
Normal file
10
schema/cleanup.sql
Normal file
@@ -0,0 +1,10 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
DROP TABLE IF EXISTS
|
||||
`translations`,
|
||||
`password_resets`,
|
||||
`contributors`,
|
||||
`users`,
|
||||
`languages`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user