From 1a02017737dba4aef974d57d286ab225de43210a Mon Sep 17 00:00:00 2001 From: Akkadius Date: Sun, 3 Jul 2022 12:08:00 -0500 Subject: [PATCH] [Hotfix] Add discord_webhooks to server tables --- common/database_schema.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/database_schema.h b/common/database_schema.h index 0c430a5df..3c551fbcf 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -259,6 +259,7 @@ namespace DatabaseSchema { "command_settings", "content_flags", "db_str", + "discord_webhooks", "eqtime", "launcher", "launcher_zones", @@ -375,7 +376,7 @@ namespace DatabaseSchema { "inventory_versions", }; } - + /** * @description Gets all player bot tables * @note These tables have no content in the PEQ daily dump