Skip to content

Commit

Permalink
Change update to better work with older mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
killerwife committed May 10, 2024
1 parent 7a2c28a commit 4ca3546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sql/updates/mangos/z2824_01_mangos_model_unification.sql
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
ALTER TABLE db_version CHANGE COLUMN required_z2823_01_mangos_displayid_probability required_z2824_01_mangos_model_unification bit;

ALTER TABLE `creature_model_info` RENAME COLUMN `modelid_other_team` TO `modelid_alternative`;
ALTER TABLE `creature_model_info` CHANGE `modelid_other_team` `modelid_alternative` MEDIUMINT UNSIGNED NOT NULL DEFAULT 0;


0 comments on commit 4ca3546

Please sign in to comment.