svn -> git Migration

This commit is contained in:
KimLS
2013-02-16 16:14:39 -08:00
parent 88c9715fb0
commit da7347f76f
1174 changed files with 445622 additions and 0 deletions
+8
View File
@@ -0,0 +1,8 @@
ALTER TABLE `altadv_vars`
ADD COLUMN `aa_expansion` tinyint(3) unsigned NOT NULL default '3' AFTER `cost_inc`,
ADD COLUMN `special_category` int(10) unsigned NOT NULL default '4294967295' AFTER `aa_expansion`,
ADD COLUMN `sof_type` tinyint(3) unsigned NOT NULL default '1' AFTER `special_category`,
ADD COLUMN `sof_cost_inc` tinyint(3) NOT NULL default '0' AFTER `sof_type`,
ADD COLUMN `sof_max_level` tinyint(3) unsigned NOT NULL default '1' AFTER `sof_cost_inc`,
ADD COLUMN `sof_next_skill` int(10) unsigned NOT NULL default '0' AFTER `sof_max_level`,
ADD COLUMN `clientver` tinyint(3) unsigned NOT NULL default '1' AFTER `sof_next_skill`;