mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 13:37:02 +00:00
5 lines
No EOL
304 B
SQL
5 lines
No EOL
304 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_0114_xxxxx_01_mangos_item_template required_0122_xxxxx_01_mangos_item_template bit;
|
|
|
|
ALTER TABLE `item_template` DROP `DamageType`;
|
|
|
|
ALTER TABLE `item_template` ADD COLUMN `DamageType` tinyint(3) unsigned NOT NULL DEFAULT '0' AFTER `ScalingStatDistribution`; |