summaryrefslogtreecommitdiff
path: root/sql-files/upgrade_svn14759.sql
diff options
context:
space:
mode:
Diffstat (limited to 'sql-files/upgrade_svn14759.sql')
-rw-r--r--sql-files/upgrade_svn14759.sql4
1 files changed, 0 insertions, 4 deletions
diff --git a/sql-files/upgrade_svn14759.sql b/sql-files/upgrade_svn14759.sql
deleted file mode 100644
index 58d4bea17..000000000
--- a/sql-files/upgrade_svn14759.sql
+++ /dev/null
@@ -1,4 +0,0 @@
-ALTER TABLE `cart_inventory` MODIFY COLUMN `card0` SMALLINT(11) NOT NULL DEFAULT '0';
-ALTER TABLE `cart_inventory` MODIFY COLUMN `card1` SMALLINT(11) NOT NULL DEFAULT '0';
-ALTER TABLE `cart_inventory` MODIFY COLUMN `card2` SMALLINT(11) NOT NULL DEFAULT '0';
-ALTER TABLE `cart_inventory` MODIFY COLUMN `card3` SMALLINT(11) NOT NULL DEFAULT '0';