From 32c5d4d9f6cbb4e2c10810eacb33fb5078b23515 Mon Sep 17 00:00:00 2001 From: JJ <3617814+joligario@users.noreply.github.com> Date: Tue, 20 Feb 2024 18:03:12 -0500 Subject: [PATCH] [Database] Add content_database flag for zone changes (#4104) --- 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 8af76823d..d099b246a 100644 --- a/common/database/database_update_manifest.cpp +++ b/common/database/database_update_manifest.cpp @@ -5391,7 +5391,8 @@ MODIFY COLUMN `safe_x` float NOT NULL DEFAULT 0 AFTER `file_name`, MODIFY COLUMN `safe_y` float NOT NULL DEFAULT 0 AFTER `safe_x`, MODIFY COLUMN `safe_z` float NOT NULL DEFAULT 0 AFTER `safe_y`, MODIFY COLUMN `safe_heading` float NOT NULL DEFAULT 0 AFTER `safe_z`; - )" + )", + .content_schema_update = true } // -- template; copy/paste this when you need to create a new entry // ManifestEntry{