diff options
author | Shido <the.keikun@gmail.com> | 2014-05-30 10:15:22 +0800 |
---|---|---|
committer | Shido <the.keikun@gmail.com> | 2014-07-10 23:53:22 +0800 |
commit | ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9 (patch) | |
tree | 4275b120e38e50849437fc9f77f12f71993348fd /sql-files/upgrades/2013-10-31--07-49.sql | |
parent | 3213a3b913ce11c6466f94388e3853232673c45b (diff) | |
download | hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.gz hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.bz2 hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.tar.xz hercules-ef8700dfa9e21acf1963fd8a139e79bf5dec0dd9.zip |
Updated sql-upgrade files.
Diffstat (limited to 'sql-files/upgrades/2013-10-31--07-49.sql')
-rw-r--r-- | sql-files/upgrades/2013-10-31--07-49.sql | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sql-files/upgrades/2013-10-31--07-49.sql b/sql-files/upgrades/2013-10-31--07-49.sql index 607753d54..25f489f57 100644 --- a/sql-files/upgrades/2013-10-31--07-49.sql +++ b/sql-files/upgrades/2013-10-31--07-49.sql @@ -1,6 +1,6 @@ #1383205740 ALTER TABLE `inventory` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL DEFAULT '0' AFTER `favorite`; -ALTER TABLE `cart_inventory` ADD COLUMN `bound` tinyint(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; -ALTER TABLE `storage` ADD COLUMN `bound` tinyint(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; +ALTER TABLE `cart_inventory` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; +ALTER TABLE `storage` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; ALTER TABLE `guild_storage` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740); |