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-20 18:30:17 +1000
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-04-20 18:30:17 +1000
commit89a1258c1c2c6126ce4efaf0cffcb37724a82294 (patch)
treefd22ca5a3808d4d00291f63ebe4e02400c23259f /api/scripts/droptables.sql
parentTrying my hand at implementing desktop voice, magic packets courtesy of that ... (diff)
parentTry catch cpu log (diff)
downloadserver-89a1258c1c2c6126ce4efaf0cffcb37724a82294.tar.xz
Merge branch 'master' into maddyrtc
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