[Hotfix] Move discord_webhooks to state tables because we don't want webhooks being exported

This commit is contained in:
Akkadius 2022-07-03 12:16:19 -05:00
parent 1a02017737
commit 66d6d523cf

View File

@ -259,7 +259,6 @@ namespace DatabaseSchema {
"command_settings", "command_settings",
"content_flags", "content_flags",
"db_str", "db_str",
"discord_webhooks",
"eqtime", "eqtime",
"launcher", "launcher",
"launcher_zones", "launcher_zones",
@ -319,6 +318,7 @@ namespace DatabaseSchema {
"completed_shared_task_activity_state", "completed_shared_task_activity_state",
"completed_shared_task_members", "completed_shared_task_members",
"completed_shared_tasks", "completed_shared_tasks",
"discord_webhooks",
"dynamic_zone_members", "dynamic_zone_members",
"dynamic_zones", "dynamic_zones",
"eventlog", "eventlog",