[Database] Add content_database flag for zone changes (#4104)

This commit is contained in:
JJ 2024-02-20 18:03:12 -05:00 committed by GitHub
parent ce4716e9a5
commit 32c5d4d9f6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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{