From 9680d8f74c538579a754e46c182bfb8bc9fe70f6 Mon Sep 17 00:00:00 2001 From: bMancone Date: Tue, 27 Mar 2012 09:21:09 +0000 Subject: [PATCH] // #PSTEST-1095 --- 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`;