Merge pull request #23660 from dolibit-ut/patch-649
Update llx_10_c_regions.sql
This commit is contained in:
commit
72ecddea16
@ -78,6 +78,7 @@
|
|||||||
-- Portugal
|
-- Portugal
|
||||||
-- Romania -> for Departmements
|
-- Romania -> for Departmements
|
||||||
-- San Salvador
|
-- San Salvador
|
||||||
|
-- Slovakia
|
||||||
-- Slovenia
|
-- Slovenia
|
||||||
-- Spain
|
-- Spain
|
||||||
-- Switzerland/Suisse -> for Departmements/Cantons
|
-- Switzerland/Suisse -> for Departmements/Cantons
|
||||||
@ -450,6 +451,13 @@ INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 8
|
|||||||
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 86, 8603, NULL, NULL, 'Occidental');
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) values ( 86, 8603, NULL, NULL, 'Occidental');
|
||||||
|
|
||||||
|
|
||||||
|
-- Slovakia Regions (rowid country=201)
|
||||||
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 201, '20101', 'SK01', NULL, 'Bratislava Region');
|
||||||
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 201, '20102', 'SK02', NULL, 'Western Slovakia');
|
||||||
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 201, '20103', 'SK03', NULL, 'Central Slovakia');
|
||||||
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 201, '20104', 'SK04', NULL, 'Eastern Slovakia');
|
||||||
|
|
||||||
|
|
||||||
-- Slovenia Regions (rowid country=202)
|
-- Slovenia Regions (rowid country=202)
|
||||||
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 202, '20203', 'SI03', NULL, 'East Slovenia');
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 202, '20203', 'SI03', NULL, 'East Slovenia');
|
||||||
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 202, '20204', 'SI04', NULL, 'West Slovenia');
|
INSERT INTO llx_c_regions (fk_pays, code_region, cheflieu, tncc, nom) VALUES ( 202, '20204', 'SI04', NULL, 'West Slovenia');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user