From 5c5c0a51da52a5d8d8e4c6e4f0a4ee57453fb1f0 Mon Sep 17 00:00:00 2001 From: Rodolphe Quiedeville Date: Mon, 9 Feb 2004 09:36:23 +0000 Subject: [PATCH] Correction syntax error sur llx_c_forme_juridique --- mysql/migration/1.1.0-1.2.0-RC1.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mysql/migration/1.1.0-1.2.0-RC1.sql b/mysql/migration/1.1.0-1.2.0-RC1.sql index 711372d4629..61896ae2a5c 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -88,7 +88,7 @@ create table llx_c_forme_juridique ( code integer PRIMARY KEY, libelle varchar(255), - active tinyint default 1, + active tinyint default 1 )type=innodb;