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:01:21 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 00:01:21 +1100
commitc188e23cf6e925b3384db9f9f435ea1af280a5a0 (patch)
tree68ad94a4898c321aa43bed37876c62a86a6dcf5c /api/scripts/droptables.sql
parentMake member.premium_since ISO8601 timestamp (diff)
downloadserver-c188e23cf6e925b3384db9f9f435ea1af280a5a0.tar.xz
Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo.
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