From 66d6d523cfc7cf4850a22a93c234a796e3f5f592 Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 3 Jul 2022 12:16:19 -0500 Subject: [PATCH] [Hotfix] Move discord_webhooks to state tables because we don't want webhooks being exported --- common/database_schema.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/database_schema.h b/common/database_schema.h index 3c551fbcf..65379b2a1 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -259,7 +259,6 @@ namespace DatabaseSchema { "command_settings", "content_flags", "db_str", - "discord_webhooks", "eqtime", "launcher", "launcher_zones", @@ -319,6 +318,7 @@ namespace DatabaseSchema { "completed_shared_task_activity_state", "completed_shared_task_members", "completed_shared_tasks", + "discord_webhooks", "dynamic_zone_members", "dynamic_zones", "eventlog",