summary refs log tree commit diff
path: root/api/scripts
diff options
context:
space:
mode:
authorThesourtimes <cckhmck@gmail.com>2021-12-18 19:17:04 +0300
committerThesourtimes <cckhmck@gmail.com>2021-12-18 19:17:04 +0300
commit442879e80a8de8d97c47f5b80f6844b0dad0028f (patch)
tree71b644185d715950f40207fbc2108aa02d06680f /api/scripts
parentImprovements + dummy API configs (diff)
downloadserver-442879e80a8de8d97c47f5b80f6844b0dad0028f.tar.xz
General work on API
Diffstat (limited to 'api/scripts')
-rw-r--r--api/scripts/droptables.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/api/scripts/droptables.sql b/api/scripts/droptables.sql

index cabb9f31..57d1b271 100644 --- a/api/scripts/droptables.sql +++ b/api/scripts/droptables.sql
@@ -26,5 +26,6 @@ DROP TABLE webhooks; DROP TABLE channels; DROP TABLE members; DROP TABLE guilds; +DROP TABLE client_relase; -- DROP TABLE users; -- DROP TABLE config; \ No newline at end of file