Mise jour
This commit is contained in:
parent
ff26bbca6a
commit
0e0cbc6f94
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user