Update llx_10_c_regions.sql
This commit is contained in:
parent
39b4053de7
commit
4e416dbdad
@ -52,11 +52,12 @@
|
|||||||
-- Belgium
|
-- Belgium
|
||||||
-- Bolivia
|
-- Bolivia
|
||||||
-- Brazil -> for Departmements
|
-- Brazil -> for Departmements
|
||||||
|
-- Burundi
|
||||||
-- Canada -> for Departmements
|
-- Canada -> for Departmements
|
||||||
-- Chile
|
-- Chile
|
||||||
-- China
|
-- China
|
||||||
-- Colombie -> for Departmements
|
-- Colombie -> for Departmements
|
||||||
-- Croatia -> for Departmements
|
-- Croatia
|
||||||
-- Denmark
|
-- Denmark
|
||||||
-- France
|
-- France
|
||||||
-- Germany -> for Departmements
|
-- Germany -> for Departmements
|
||||||
@ -66,6 +67,7 @@
|
|||||||
-- India -> for Departmements
|
-- India -> for Departmements
|
||||||
-- Indonesia -> for Departmements
|
-- Indonesia -> for Departmements
|
||||||
-- Italy
|
-- Italy
|
||||||
|
-- Japan -> only for Departmements
|
||||||
-- Luxembourg
|
-- Luxembourg
|
||||||
-- Mauritius
|
-- Mauritius
|
||||||
-- Mexique -> for Departmements
|
-- 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');
|
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)
|
-- 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, 14001, '', 0, 'Diekirch');
|
||||||
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 140, 14002, '', 0, 'Grevenmacher');
|
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, 23208, '', 0, 'Nor-Oriental');
|
||||||
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 232, 23209, '', 0, 'Zuliana');
|
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,'日本');
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user