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 df2c9c10e76..4767a23cef2 100644 --- a/mysql/migration/1.1.0-1.2.0-RC1.sql +++ b/mysql/migration/1.1.0-1.2.0-RC1.sql @@ -190,6 +190,7 @@ insert into llx_c_pays (rowid,libelle,code) values (23, 'S insert into llx_c_pays (rowid,libelle,code) values (24, 'Argentine', 'AR'); insert into llx_c_pays (rowid,libelle,code) values (25, 'Cameroun', 'CM'); +drop table if exists llx_c_regions; create table llx_c_regions ( @@ -230,6 +231,8 @@ insert into llx_c_regions (code_region,cheflieu,tncc,nom) values (91,'34172',2,' insert into llx_c_regions (code_region,cheflieu,tncc,nom) values (93,'13055',0,'Provence-Alpes-Côte d\'Azur'); insert into llx_c_regions (code_region,cheflieu,tncc,nom) values (94,'2A004',0,'Corse'); +drop table if exists llx_c_departements; + create table llx_c_departements ( rowid integer AUTO_INCREMENT UNIQUE,