Skip to content

Commit

Permalink
remove dictionary related statements
Browse files Browse the repository at this point in the history
(as role of the dictionary table is not defined yet)
  • Loading branch information
olivierdalang committed Jul 21, 2021
1 parent 1caee96 commit 69a755a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions delta/delta_1.5.6_kek_model_update_2008_2019.sql
Original file line number Diff line number Diff line change
Expand Up @@ -17,11 +17,8 @@ COMMENT ON COLUMN qgep_od.maintenance_event.result IS 'Result or important comme
-- 1.5.6.5_kek_add_vl_file_kind_add_new_values

INSERT INTO qgep_vl.file_kind (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (9147,9147,'scan','Scan','scan', 'scan', 'rrr_Scan', '', '', '', '', '', 'true');
INSERT INTO dictionary_od_values (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (9147,9147,'scan','Scan','scan', 'scan', 'rrr_Scan', '', '', '', '', '', 'true');
INSERT INTO qgep_vl.file_kind (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (8812,8812,'sketch','Skizze','croquis', 'schizzo', 'rrr_Skizze', '', '', '', '', '', 'true');
INSERT INTO dictionary_od_values (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (8812,8812,'sketch','Skizze','croquis', 'schizzo', 'rrr_Skizze', '', '', '', '', '', 'true');
INSERT INTO qgep_vl.file_kind (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (9146,9146,'digital_video','digitales_Video','video_numerique', 'video_digitale', 'rrr_digitales_Video', '', '', '', '', '', 'true');
INSERT INTO dictionary_od_values (code, vsacode, value_en, value_de, value_fr, value_it, value_ro, abbr_en, abbr_de, abbr_fr, abbr_it, abbr_ro, active) VALUES (9146,9146,'digital_video','digitales_Video','video_numerique', 'video_digitale', 'rrr_digitales_Video', '', '', '', '', '', 'true');

-- correct data
UPDATE qgep_od.file
Expand All @@ -33,10 +30,6 @@ UPDATE qgep_vl.file_kind
SET active = false
WHERE code = 3771;

UPDATE dictionary_od_values
SET active = false
WHERE code = 3771;

-- 1.5.6.7_kek_add_vl_damage_manhole_manhole_damage_code_add_new_values
-- adding new codes to code lists

Expand Down

0 comments on commit 69a755a

Please sign in to comment.