From ad555f1d307aaf2283c9c1db319fe38777cc3f04 Mon Sep 17 00:00:00 2001 From: gRoussac Date: Mon, 4 Nov 2013 11:10:40 +0100 Subject: [PATCH] [-] IN : Follow up #PSCFV-10671 update messages in base and https://github.com/PrestaShop/PrestaShop/commit/b16e4b5a8ee6bdab13808f8ab473bda6c060c086 --- install-dev/upgrade/sql/1.5.6.1.sql | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install-dev/upgrade/sql/1.5.6.1.sql b/install-dev/upgrade/sql/1.5.6.1.sql index a05adbdf0..91d0f9c05 100644 --- a/install-dev/upgrade/sql/1.5.6.1.sql +++ b/install-dev/upgrade/sql/1.5.6.1.sql @@ -7,3 +7,5 @@ ALTER TABLE `PREFIX_currency` CHANGE `conversion_rate` `conversion_rate` DECIMAL UPDATE `PREFIX_orders` SET conversion_rate = 1 WHERE conversion_rate = 0; ALTER TABLE `PREFIX_cms` ADD `indexation` tinyint(1) UNSIGNED NULL DEFAULT '1' AFTER `active`; + +/* PHP:update_order_messages(); */; \ No newline at end of file