diff options
author | Andrei Karas <akaras@inbox.ru> | 2014-10-05 11:34:32 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2015-08-05 17:46:56 +0300 |
commit | 1e7eeab97430d630b419ee8f46b3fbcc57e92532 (patch) | |
tree | 361f93b48fd3f1fc94f9246b6dfb9f510cbfea49 /sql-files/upgrades/2013-10-31--07-49.sql | |
parent | 89f27cddaa582c86501be7ba78f9ae5c80142c62 (diff) | |
download | hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.gz hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.bz2 hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.tar.xz hercules-1e7eeab97430d630b419ee8f46b3fbcc57e92532.zip |
Remove conf dir.
Diffstat (limited to 'sql-files/upgrades/2013-10-31--07-49.sql')
-rw-r--r-- | sql-files/upgrades/2013-10-31--07-49.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql-files/upgrades/2013-10-31--07-49.sql b/sql-files/upgrades/2013-10-31--07-49.sql deleted file mode 100644 index 25f489f57..000000000 --- a/sql-files/upgrades/2013-10-31--07-49.sql +++ /dev/null @@ -1,6 +0,0 @@ -#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 `guild_storage` ADD COLUMN `bound` TINYINT(1) UNSIGNED NOT NULL default '0' AFTER `expire_time`; -INSERT INTO `sql_updates` (`timestamp`) VALUES (1383205740); |