From ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 Mon Sep 17 00:00:00 2001 From: Shido Date: Fri, 30 May 2014 10:15:22 +0800 Subject: Updated sql-upgrade files. --- sql-files/upgrades/2013-10-27--16-47.sql | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'sql-files/upgrades/2013-10-27--16-47.sql') diff --git a/sql-files/upgrades/2013-10-27--16-47.sql b/sql-files/upgrades/2013-10-27--16-47.sql index 81131726c..2a9a73f31 100644 --- a/sql-files/upgrades/2013-10-27--16-47.sql +++ b/sql-files/upgrades/2013-10-27--16-47.sql @@ -1,6 +1,6 @@ #1382892428 -ALTER TABLE `inventory` MODIFY `equip` int(11) unsigned NOT NULL default '0'; -ALTER TABLE `storage` MODIFY `equip` int(11) unsigned NOT NULL default '0'; -ALTER TABLE `cart_inventory` MODIFY `equip` int(11) unsigned NOT NULL default '0'; -ALTER TABLE `guild_storage` MODIFY `equip` int(11) unsigned NOT NULL default '0'; +ALTER TABLE `inventory` MODIFY `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `storage` MODIFY `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `cart_inventory` MODIFY `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0'; +ALTER TABLE `guild_storage` MODIFY `equip` INT(11) UNSIGNED NOT NULL DEFAULT '0'; INSERT INTO `sql_updates` (`timestamp`) VALUES (1382892428); -- cgit v1.2.3-60-g2f50