From 83dfe3daa435761e224b949815407e611cd70c8d Mon Sep 17 00:00:00 2001 From: bMancone Date: Tue, 27 Mar 2012 09:21:09 +0000 Subject: [PATCH] // #PSTEST-1095 git-svn-id: http://dev.prestashop.com/svn/v1/branches/1.5.x@14288 b9a71923-0436-4b27-9f14-aed3839534dd --- install-dev/upgrade/sql/1.5.0.10.sql | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/install-dev/upgrade/sql/1.5.0.10.sql b/install-dev/upgrade/sql/1.5.0.10.sql index 1492d9fee..a2d91c811 100644 --- a/install-dev/upgrade/sql/1.5.0.10.sql +++ b/install-dev/upgrade/sql/1.5.0.10.sql @@ -1 +1,3 @@ -/* PHP:module_blockwishlist_multishop(); */; \ No newline at end of file +/* PHP:module_blockwishlist_multishop(); */; + +ALTER TABLE `PREFIX_supplier` DROP `id_address`;