diff --git a/mysql/tables/llx_c_pays.sql b/mysql/tables/llx_c_pays.sql index 6da4a1f9a7c..7fd7fd63c01 100644 --- a/mysql/tables/llx_c_pays.sql +++ b/mysql/tables/llx_c_pays.sql @@ -25,7 +25,7 @@ create table llx_c_pays rowid integer PRIMARY KEY, libelle varchar(25) NOT NULL, code char(2) NOT NULL, - active tinyint default 1 NOT NULL, + active tinyint default 1 NOT NULL )type=innodb;