mirror of
https://github.com/xodivorce/infra-xodivorce-in.git
synced 2026-02-04 14:12:23 +05:30
chore: initial MVP release
This commit is contained in:
11
schema/drop_table.sql
Normal file
11
schema/drop_table.sql
Normal file
@@ -0,0 +1,11 @@
|
||||
SET FOREIGN_KEY_CHECKS = 0;
|
||||
|
||||
DROP TABLE IF EXISTS
|
||||
`translations`,
|
||||
`password_resets`,
|
||||
`videos`,
|
||||
`contributors`,
|
||||
`users`,
|
||||
`languages`;
|
||||
|
||||
SET FOREIGN_KEY_CHECKS = 1;
|
||||
Reference in New Issue
Block a user