fix: resolve some bugs, architecture

This commit is contained in:
2025-12-29 12:44:31 +05:30
Unverified
parent 512c0323ae
commit df5850ac05
5 changed files with 23 additions and 16 deletions

10
schema/cleanup.sql Normal file
View 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;