mirror of
https://github.com/xodivorce/infra-xodivorce-in.git
synced 2026-06-21 02:43:44 +05:30
chore: initial MVP release
This commit is contained in:
@@ -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;
|
||||
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user