Move tables around in schema [skip ci]

This commit is contained in:
Akkadius 2020-03-10 19:54:26 -05:00
parent e451dad94e
commit 785804a936

View File

@ -259,14 +259,10 @@ namespace DatabaseSchema {
static std::vector<std::string> GetServerTables() static std::vector<std::string> GetServerTables()
{ {
return { return {
"banned_ips",
"chatchannels", "chatchannels",
"command_settings", "command_settings",
"db_str", "db_str",
"eqtime", "eqtime",
"gm_ips",
"hackers",
"ip_exemptions",
"launcher", "launcher",
"launcher_zones", "launcher_zones",
"level_exp_mods", "level_exp_mods",
@ -316,11 +312,15 @@ namespace DatabaseSchema {
{ {
return { return {
"adventure_members", "adventure_members",
"bugs", "banned_ips",
"bug_reports", "bug_reports",
"bugs",
"eventlog", "eventlog",
"gm_ips",
"group_id", "group_id",
"group_leaders", "group_leaders",
"hackers",
"ip_exemptions",
"item_tick", "item_tick",
"lfguild", "lfguild",
"merchantlist_temp", "merchantlist_temp",
@ -328,8 +328,8 @@ namespace DatabaseSchema {
"raid_details", "raid_details",
"raid_leaders", "raid_leaders",
"raid_members", "raid_members",
"respawn_times",
"reports", "reports",
"respawn_times",
"saylink", "saylink",
}; };