From 442879e80a8de8d97c47f5b80f6844b0dad0028f Mon Sep 17 00:00:00 2001 From: Thesourtimes Date: Sat, 18 Dec 2021 19:17:04 +0300 Subject: General work on API --- api/scripts/droptables.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'api/scripts') 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 -- cgit 1.5.1