From 19d975a0b41e338b51573bb24fb46605a74f263a Mon Sep 17 00:00:00 2001 From: gRoussac Date: Thu, 14 Nov 2013 14:48:14 +0100 Subject: [PATCH] // typo --- install-dev/upgrade/sql/1.5.6.1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-dev/upgrade/sql/1.5.6.1.sql b/install-dev/upgrade/sql/1.5.6.1.sql index 992629875..f657cb087 100644 --- a/install-dev/upgrade/sql/1.5.6.1.sql +++ b/install-dev/upgrade/sql/1.5.6.1.sql @@ -10,4 +10,4 @@ ALTER TABLE `PREFIX_cms` ADD `indexation` tinyint(1) UNSIGNED NULL DEFAULT '1' A /* PHP:update_order_messages(); */; -ALTER TABLE `REFIX_group_reduction` CHANGE `reduction` `reduction` DECIMAL( 4, 4 ) NOT NULL; \ No newline at end of file +ALTER TABLE `PREFIX_group_reduction` CHANGE `reduction` `reduction` DECIMAL( 4, 4 ) NOT NULL; \ No newline at end of file