[Hotfix] Add discord_webhooks to server tables

This commit is contained in:
Akkadius 2022-07-03 12:08:00 -05:00
parent b5c4357de2
commit 1a02017737

View File

@ -259,6 +259,7 @@ namespace DatabaseSchema {
"command_settings", "command_settings",
"content_flags", "content_flags",
"db_str", "db_str",
"discord_webhooks",
"eqtime", "eqtime",
"launcher", "launcher",
"launcher_zones", "launcher_zones",
@ -375,7 +376,7 @@ namespace DatabaseSchema {
"inventory_versions", "inventory_versions",
}; };
} }
/** /**
* @description Gets all player bot tables * @description Gets all player bot tables
* @note These tables have no content in the PEQ daily dump * @note These tables have no content in the PEQ daily dump