Adjust order of operations

This commit is contained in:
Akkadius
2019-12-24 23:57:36 -06:00
parent 80d8736276
commit 995fb6914e
2 changed files with 6 additions and 5 deletions
+1 -1
View File
@@ -201,7 +201,7 @@ namespace DatabaseSchema {
static std::vector<std::string> GetServerTables()
{
std::vector<std::string> tables = {
"Banned_IPs",
"banned_ips",
"bugs",
"bug_reports",
"command_settings",