mirror of
https://github.com/EQEmu/Server.git
synced 2025-12-14 03:11:28 +00:00
[Database] Fix manifest for helmtexture in horses table (#4852)
* Update database_update_manifest.cpp * Update database_update_manifest.cpp
This commit is contained in:
parent
f3af458cb3
commit
d1fd40cd85
@ -6942,8 +6942,8 @@ CREATE TABLE `character_pet_name` (
|
|||||||
.version = 9310,
|
.version = 9310,
|
||||||
.description = "2025_03_7_expand_horse_def.sql",
|
.description = "2025_03_7_expand_horse_def.sql",
|
||||||
.check = "SHOW COLUMNS FROM `horses` LIKE 'helmtexture'",
|
.check = "SHOW COLUMNS FROM `horses` LIKE 'helmtexture'",
|
||||||
.condition = "missing",
|
.condition = "empty",
|
||||||
.match = "TINYINT(2)",
|
.match = "",
|
||||||
.sql = R"(
|
.sql = R"(
|
||||||
ALTER TABLE `horses`
|
ALTER TABLE `horses`
|
||||||
ADD COLUMN `helmtexture` TINYINT(2) NOT NULL DEFAULT -1 AFTER `texture`;
|
ADD COLUMN `helmtexture` TINYINT(2) NOT NULL DEFAULT -1 AFTER `texture`;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user