diff options
Diffstat (limited to 'sql-files/upgrade_svn13370_inventory.sql')
-rw-r--r-- | sql-files/upgrade_svn13370_inventory.sql | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sql-files/upgrade_svn13370_inventory.sql b/sql-files/upgrade_svn13370_inventory.sql deleted file mode 100644 index 6a118ca4d..000000000 --- a/sql-files/upgrade_svn13370_inventory.sql +++ /dev/null @@ -1,6 +0,0 @@ --- Creates expire_time column on Inventory - -ALTER TABLE `inventory` ADD COLUMN `expire_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `cart_inventory` ADD COLUMN `expire_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `storage` ADD COLUMN `expire_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; -ALTER TABLE `guild_storage` ADD COLUMN `expire_time` INT(11) UNSIGNED NOT NULL DEFAULT '0'; |