Update llx_10_c_regions.sql

This commit is contained in:
UT from dolibit 2022-10-13 10:24:37 +02:00 committed by GitHub
parent 39b4053de7
commit 4e416dbdad
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -52,11 +52,12 @@
-- Belgium
-- Bolivia
-- Brazil -> for Departmements
-- Burundi
-- Canada -> for Departmements
-- Chile
-- China
-- Colombie -> for Departmements
-- Croatia -> for Departmements
-- Croatia
-- Denmark
-- France
-- Germany -> for Departmements
@ -66,6 +67,7 @@
-- India -> for Departmements
-- Indonesia -> for Departmements
-- Italy
-- Japan -> only for Departmements
-- Luxembourg
-- Mauritius
-- Mexique -> for Departmements
@ -332,6 +334,10 @@ insert into llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 3
insert into llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 3, 320, NULL, 1, 'Veneto');
-- Japan Region (id country=123)
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 123, 12301, '', 0,'日本');
-- Luxembourg Regions (districts) (id country=140)
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 140, 14001, '', 0, 'Diekirch');
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 140, 14002, '', 0, 'Grevenmacher');
@ -533,5 +539,3 @@ INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 2
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 232, 23208, '', 0, 'Nor-Oriental');
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 232, 23209, '', 0, 'Zuliana');
-- Japan Region (id country=123)
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 123, 12301, '', 0,'日本');