summary refs log tree commit diff
path: root/api/scripts
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-03-31 01:21:40 +1100
committerGitHub <noreply@github.com>2022-03-30 17:21:40 +0300
commit54ffd87e8e58ed8e04023f4c100e1b7167557ef7 (patch)
tree28a232db3c737fb4851bddc25e4ed72fa3f0f585 /api/scripts
parentMerge pull request #705 from fosscord/dependabot/npm_and_yarn/bundle/minimist... (diff)
downloadserver-54ffd87e8e58ed8e04023f4c100e1b7167557ef7.tar.xz
Fix typo in table 'client_relase' -> 'client_release' ( and other of the same typo ) (#703)
* Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo.

* Fixed migration ( but dirty lol )
Diffstat (limited to 'api/scripts')
-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