Mise jour

This commit is contained in:
Rodolphe Quiedeville 2004-02-17 09:42:26 +00:00
parent ff26bbca6a
commit 0e0cbc6f94

View File

@ -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,