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 4767a23cef2..5b3906b1a9b 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -161,7 +161,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; insert into llx_c_pays (rowid,libelle,code) values (0, '-', '');