diff options
Diffstat (limited to 'sql')
| -rw-r--r-- | sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql b/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql new file mode 100644 index 00000000000..97d3c12fe03 --- /dev/null +++ b/sql/updates/hotfixes/master/2021_11_03_00_hotfixes.sql @@ -0,0 +1 @@ +ALTER TABLE `animation_data` CHANGE COLUMN `BehaviorID` `Fallback` SMALLINT(5) UNSIGNED NOT NULL DEFAULT '0' AFTER `ID`, CHANGE COLUMN `Fallback` `BehaviorID` INT(11) NOT NULL DEFAULT '0' AFTER `BehaviorTier`; |
