mirror of
https://github.com/mangosfour/server.git
synced 2025-12-28 04:37:04 +00:00
4 lines
249 B
SQL
4 lines
249 B
SQL
ALTER TABLE db_version CHANGE COLUMN required_0028_xxxxx_02_mangos_quest_phase_maps required_0028_xxxxx_03_mangos_playercreateinfo bit;
|
|
|
|
ALTER TABLE `playercreateinfo`
|
|
ADD COLUMN `phaseMap` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `orientation`;
|