Skip to content

Commit

Permalink
Merge pull request #240 from QGEP/2024-11-15-Adapt-shortcut_en-for-ch…
Browse files Browse the repository at this point in the history
…annel-from-CL-to-CH-

2024 11 15 adapt shortcut en for channel from cl to ch
  • Loading branch information
ponceta authored Nov 18, 2024
2 parents 6a2999e + ba0fcb4 commit c7ed00e
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 09_qgep_dictionaries.sql
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ ALTER TABLE qgep_sys.dictionary_od_table ADD CONSTRAINT unq_qgep_is_dictonary_sh
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');
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');
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');
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');
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');
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');
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');
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');
Expand Down
5 changes: 5 additions & 0 deletions delta/delta_1.6.3_rename_channel_shortcut_en.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
-- noop delta, used only to unambigously define the datamodel version

UPDATE qgep_sys.dictionary_od_table
SET shortcut_en = 'CH'
WHERE id = 38;
2 changes: 1 addition & 1 deletion system/CURRENT_VERSION.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3

0 comments on commit c7ed00e

Please sign in to comment.