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-03-31 00:06:20 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:06:20 +1100
commit91ca2efb7cd9abc40d7be8837baf017592e84aa0 (patch)
tree2322eb600fe2bce6eff8487ca1e37a94541113b4 /api/scripts/droptables.sql
parentMerge branch 'master' into slowcord (diff)
parentFixed typo in table name 'client_relase' -> 'client_release'. Fixed more typo... (diff)
downloadserver-91ca2efb7cd9abc40d7be8837baf017592e84aa0.tar.xz
Merge branch 'fix/relase_typo' into slowcord
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