diff options
author | Thesourtimes <cckhmck@gmail.com> | 2021-12-18 19:17:04 +0300 |
---|---|---|
committer | Thesourtimes <cckhmck@gmail.com> | 2021-12-18 19:17:04 +0300 |
commit | 0da570dedc3e40da96b39cf06501a1885f042436 (patch) | |
tree | 9481494d83868da45e8f7a776518022c1f991685 /api/scripts/droptables.sql | |
parent | Improvements + dummy API configs (diff) | |
download | server-0da570dedc3e40da96b39cf06501a1885f042436.tar.xz |
General work on API
Diffstat (limited to 'api/scripts/droptables.sql')
-rw-r--r-- | api/scripts/droptables.sql | 1 |
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 |