From d7a8fb8691920598b68585f1328a352e1ccce1cf Mon Sep 17 00:00:00 2001 From: Chris Miles Date: Tue, 2 Apr 2024 01:08:19 -0500 Subject: [PATCH] [Fix] Fix manifest for skill caps schema type (#4231) --- common/database/database_update_manifest.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/common/database/database_update_manifest.cpp b/common/database/database_update_manifest.cpp index ae7304192..7faa0466a 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -5467,7 +5467,8 @@ ADD COLUMN `id` int(3) UNSIGNED NOT NULL AUTO_INCREMENT FIRST, DROP PRIMARY KEY, ADD PRIMARY KEY (`id`) USING BTREE, ADD INDEX `level_skill_cap`(`skill_id`, `class_id`, `level`, `cap`); -)" +)", + .content_schema_update = true, } // -- template; copy/paste this when you need to create a new entry // ManifestEntry{