Update llx_10_c_regions.sql
This commit is contained in:
parent
39b4053de7
commit
4e416dbdad
@ -4,12 +4,12 @@
|
|||||||
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
-- Copyright (C) 2004 Benoit Mortier <benoit.mortier@opensides.be>
|
||||||
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
|
-- Copyright (C) 2004 Guillaume Delecourt <guillaume.delecourt@opensides.be>
|
||||||
-- Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
|
-- Copyright (C) 2005-2009 Regis Houssin <regis.houssin@inodbox.com>
|
||||||
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
-- Copyright (C) 2007 Patrick Raguin <patrick.raguin@gmail.com>
|
||||||
-- Copyright (C) 2010-2016 Juanjo Menent <jmenent@2byte.es>
|
-- Copyright (C) 2010-2016 Juanjo Menent <jmenent@2byte.es>
|
||||||
-- Copyright (C) 2012 Sebastian Neuwert <sebastian.neuwert@modula71.de>
|
-- Copyright (C) 2012 Sebastian Neuwert <sebastian.neuwert@modula71.de>
|
||||||
-- Copyright (C) 2012 Ricardo Schluter <info@ripasch.nl>
|
-- Copyright (C) 2012 Ricardo Schluter <info@ripasch.nl>
|
||||||
-- Copyright (C) 2015 Ferran Marcet <fmarcet@2byte.es>
|
-- Copyright (C) 2015 Ferran Marcet <fmarcet@2byte.es>
|
||||||
-- Copyright (C) 2019~ Lao Tian <281388879@qq.com>
|
-- Copyright (C) 2019~ Lao Tian <281388879@qq.com>
|
||||||
-- Copyright (C) 2020-2021 Udo Tamm <dev@dolibit.de>
|
-- Copyright (C) 2020-2021 Udo Tamm <dev@dolibit.de>
|
||||||
-- Copyright (C) 2022 Miro Sertić <miro.sertic0606@gmail.com>
|
-- Copyright (C) 2022 Miro Sertić <miro.sertic0606@gmail.com>
|
||||||
--
|
--
|
||||||
@ -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