From 6eca5c277dd0a883908f368acb4be078392953a5 Mon Sep 17 00:00:00 2001 From: Regis Houssin Date: Tue, 21 Sep 2010 21:39:25 +0000 Subject: [PATCH] Fix: syntax error --- htdocs/install/mysql/migration/2.9.0-3.0.0.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql index 45093244adb..7359fde68dc 100644 --- a/htdocs/install/mysql/migration/2.9.0-3.0.0.sql +++ b/htdocs/install/mysql/migration/2.9.0-3.0.0.sql @@ -24,7 +24,7 @@ alter table llx_product_price change column envente tosell tinyint DEFAULT 1; ALTER TABLE llx_boxes_def DROP INDEX uk_boxes_def; -ALTER TABLE llx_boxes_def MODIFY file varchar(200) NOT NULL +ALTER TABLE llx_boxes_def MODIFY file varchar(200) NOT NULL; ALTER TABLE llx_boxes_def MODIFY note varchar(140); ALTER TABLE llx_boxes_def ADD UNIQUE INDEX uk_boxes_def (file, entity, note);