Minor bug fixes

This commit is contained in:
Michael Cook (mackal)
2014-11-26 18:29:07 -05:00
parent daec5bde66
commit c5c778f575
2 changed files with 17 additions and 17 deletions
@@ -1,4 +1,4 @@
--Inventory table update
-- Inventory table update
ALTER TABLE `inventory`
ADD COLUMN `ornamenticon` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `custom_data`,
ADD COLUMN `ornamentidfile` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `ornamenticon`;
ADD COLUMN `ornamentidfile` INT(11) UNSIGNED NOT NULL DEFAULT '0' AFTER `ornamenticon`;