[Database] Fix manifest for helmtexture in horses table (#4852)

* Update database_update_manifest.cpp

* Update database_update_manifest.cpp
This commit is contained in:
JJ 2025-04-09 21:53:41 -04:00 committed by GitHub
parent f3af458cb3
commit d1fd40cd85
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6942,8 +6942,8 @@ CREATE TABLE `character_pet_name` (
.version = 9310,
.description = "2025_03_7_expand_horse_def.sql",
.check = "SHOW COLUMNS FROM `horses` LIKE 'helmtexture'",
.condition = "missing",
.match = "TINYINT(2)",
.condition = "empty",
.match = "",
.sql = R"(
ALTER TABLE `horses`
ADD COLUMN `helmtexture` TINYINT(2) NOT NULL DEFAULT -1 AFTER `texture`;