This commit is contained in:
2025-11-12 09:41:52 +03:00
commit 2a8566712a
44 changed files with 2602 additions and 0 deletions

8
sql/down.sql Normal file
View File

@@ -0,0 +1,8 @@
drop table server_settings;
drop table user_to_issue;
drop table user_to_project;
drop table categories;
drop table issues;
drop table users;
drop table projects;
drop table statuses;