From 1ef0c12dd535a1cd2cc60019cb60b76d0f807db9 Mon Sep 17 00:00:00 2001 From: dMetzger Date: Wed, 30 May 2012 10:03:03 +0000 Subject: [PATCH] // Removed the "discount" table in the upgrader git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@15758 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/upgrade/sql/1.5.0.13.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-dev/upgrade/sql/1.5.0.13.sql b/install-dev/upgrade/sql/1.5.0.13.sql index 69c431ffd..2bf4d4004 100644 --- a/install-dev/upgrade/sql/1.5.0.13.sql +++ b/install-dev/upgrade/sql/1.5.0.13.sql @@ -1,3 +1,5 @@ SET NAMES 'utf8'; +DROP TABLE `PREFIX_discount`; + /* PHP:add_missing_image_key(); */;