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