From c188e23cf6e925b3384db9f9f435ea1af280a5a0 Mon Sep 17 00:00:00 2001 From: Madeline <46743919+MaddyUnderStars@users.noreply.github.com> Date: Thu, 31 Mar 2022 00:01:21 +1100 Subject: Fixed typo in table name 'client_relase' -> 'client_release'. Fixed more typos of the same typo. --- api/scripts/droptables.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/scripts/droptables.sql') 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 -- cgit 1.5.1