summary refs log tree commit diff
path: root/api/scripts/droptables.sql
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-11 00:25:53 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-11 00:26:33 +1000
commitcf9a92383806561ed311634c41a5a1376304d2de (patch)
tree076c5db27a6c51ae7959c2b9dd4d5dc220981d28 /api/scripts/droptables.sql
parentMerge branch 'master' into fix/claim_accounts (diff)
parentUpdate Guild.ts (diff)
downloadserver-cf9a92383806561ed311634c41a5a1376304d2de.tar.xz
Merge branch 'master' into fix/claim_accounts
Diffstat (limited to 'api/scripts/droptables.sql')
-rw-r--r--api/scripts/droptables.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/scripts/droptables.sql b/api/scripts/droptables.sql

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