Skip to content

Commit c7ed00e

Browse files
authored
Merge pull request #240 from QGEP/2024-11-15-Adapt-shortcut_en-for-channel-from-CL-to-CH-
2024 11 15 adapt shortcut en for channel from cl to ch
2 parents 6a2999e + ba0fcb4 commit c7ed00e

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

09_qgep_dictionaries.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ ALTER TABLE qgep_sys.dictionary_od_table ADD CONSTRAINT unq_qgep_is_dictonary_sh
9292
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (33,'hq_relation','hq relation','HQ','HQ-Relation','HR','Relation HQ','HQ','NULL','NULL','NULL','NULL');
9393
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (36,'hydr_geometry','hydraulic geometry','HG','Hydro-Geometrie','HG','Géométrie hydraulique','GH','NULL','NULL','NULL','NULL');
9494
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (37,'hydr_geom_relation','hydr geom relation','HR','Hydro-Geometrie-Relation','HY','Relation géometrie hydraulique','RG','NULL','NULL','NULL','NULL');
95-
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (38,'channel','channel','CL','Kanal','KA','Canalisation','CA','zzz_Kanal','NULL','canal','NULL');
95+
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (38,'channel','channel','CH','Kanal','KA','Canalisation','CA','zzz_Kanal','NULL','canal','NULL');
9696
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (39,'canton','canton','CT','Kanton','KT','Canton','CN','NULL','NULL','NULL','NULL');
9797
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (4,'wastewater_node','wastewater node','WN','Abwasserknoten','AK','Noeud de réseau','NR','zzz_Abwasserknoten','NULL','nod canalizare','NULL');
9898
INSERT INTO qgep_sys.dictionary_od_table (id, tablename, name_en, shortcut_en, name_de, shortcut_de, name_fr, shortcut_fr, name_it, shortcut_it, name_ro, shortcut_ro) VALUES (41,'leapingweir','leapingweir','LW','Leapingwehr','LW','Leapingweir','LW','NULL','NULL','NULL','NULL');
Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
-- noop delta, used only to unambigously define the datamodel version
2+
3+
UPDATE qgep_sys.dictionary_od_table
4+
SET shortcut_en = 'CH'
5+
WHERE id = 38;

system/CURRENT_VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.2
1+
1.6.3

0 commit comments

Comments
 (0)