diff options
Diffstat (limited to 'api/scripts')
-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 |