diff --git a/mysql/tables/llx_c_pays.sql b/mysql/tables/llx_c_pays.sql index 27a30597e54..9eefe7bf09e 100644 --- a/mysql/tables/llx_c_pays.sql +++ b/mysql/tables/llx_c_pays.sql @@ -22,7 +22,7 @@ create table llx_c_pays ( - id integer PRIMARY KEY, + rowid integer PRIMARY KEY, libelle varchar(25), code char(2) NOT NULL )type=innodb;