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 )
This commit is contained in:
Madeline
2022-03-31 01:21:40 +11:00
committed by GitHub
parent c54a19defc
commit 40f08ed76c
10 changed files with 37 additions and 21 deletions

View File

@@ -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;