From 14fe396510eac91b4bd298787e8a85254437f9fc Mon Sep 17 00:00:00 2001 From: Akkadius Date: Fri, 28 Jul 2023 22:22:43 -0500 Subject: [PATCH] [Database] Hotfix: Add command_subsettings to server tables --- common/database_schema.h | 1 + 1 file changed, 1 insertion(+) diff --git a/common/database_schema.h b/common/database_schema.h index 43a95c77a..572b6bc26 100644 --- a/common/database_schema.h +++ b/common/database_schema.h @@ -258,6 +258,7 @@ namespace DatabaseSchema { "chatchannels", "chatchannel_reserved_names", "command_settings", + "command_subsettings", "content_flags", "db_str", "eqtime",