[9753] Add default value for parent-field in instance_template

Signed-off-by: NoFantasy <nofantasy@nf.no>
This commit is contained in:
NoFantasy 2010-04-16 09:07:54 +02:00
parent 5570f8c9cd
commit f25c319bc7
5 changed files with 9 additions and 4 deletions

View file

@ -0,0 +1,3 @@
ALTER TABLE db_version CHANGE COLUMN required_9752_01_mangos_gameobject_template required_9753_01_mangos_instance_template bit;
ALTER TABLE instance_template CHANGE COLUMN parent parent smallint(5) unsigned NOT NULL default '0';