Skip to content

Commit

Permalink
SQL: Make changes compatible with MySQL 5.7 (EOL)
Browse files Browse the repository at this point in the history
  • Loading branch information
insunaa committed May 8, 2024
1 parent 7a2c28a commit 9f50f0d
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 9f50f0d

Please sign in to comment.