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