mirror of
https://github.com/mangosfour/server.git
synced 2025-12-25 04:37:02 +00:00
[9755] Fixed sql update version and related data
This commit is contained in:
parent
48254e3879
commit
ae9985e778
5 changed files with 7 additions and 3 deletions
7
sql/updates/9755_01_mangos_instance_template.sql
Normal file
7
sql/updates/9755_01_mangos_instance_template.sql
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
ALTER TABLE db_version CHANGE COLUMN required_9753_01_mangos_instance_template required_9755_01_mangos_instance_template bit;
|
||||
|
||||
ALTER TABLE instance_template
|
||||
DROP COLUMN startLocX,
|
||||
DROP COLUMN startLocY,
|
||||
DROP COLUMN startLocZ,
|
||||
DROP COLUMN startLocO;
|
||||
Loading…
Add table
Add a link
Reference in a new issue