Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix signs v1 #208

Merged
merged 11 commits into from
Mar 28, 2024
4 changes: 4 additions & 0 deletions datamodel/changelogs/0100/0100_08_477_signs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ INSERT INTO signalo_db.vl_official_sign (id, active, value_de, value_fr, value_i
INSERT INTO signalo_db.vl_official_sign (id, active, value_de, value_fr, value_it, value_ro, description_de, description_fr, description_it, description_ro, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, default_inscription1, default_inscription2, default_inscription3, default_inscription4, directional_sign) VALUES ('4.77/28-1', true, 'Überleitung und Rückführung von Fahrstreifen (eine Spur)', 'Dégagement et retour des voies de circulation (une voie)', 'Sgombero e ripristino delle corsie di traffico (due corsie)', NULL, NULL, NULL, NULL, NULL, '477-28-1.svg', '477-28-1.svg', '477-28-1.svg', '477-28-1.svg', 100, 100, 0, NULL, NULL, NULL, NULL, false);
INSERT INTO signalo_db.vl_official_sign (id, active, value_de, value_fr, value_it, value_ro, description_de, description_fr, description_it, description_ro, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, default_inscription1, default_inscription2, default_inscription3, default_inscription4, directional_sign) VALUES ('4.77/28-2', true, 'Überleitung und Rückführung von Fahrstreifen (Spurverengung)', 'Dégagement et retour des voies de circulation (rétrécissement de la voie)', 'Sgombero e ripristino delle corsie di traffico (restringimento della corsia)', NULL, NULL, NULL, NULL, NULL, '477-28-2.svg', '477-28-2.svg', '477-28-2.svg', '477-28-2.svg', 100, 100, 1, '2 m', NULL, NULL, NULL, false);
INSERT INTO signalo_db.vl_official_sign (id, active, value_de, value_fr, value_it, value_ro, description_de, description_fr, description_it, description_ro, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, default_inscription1, default_inscription2, default_inscription3, default_inscription4, directional_sign) VALUES ('4.77/29', true, 'Überleitung und Rückführung von Fahrstreifen (doppelspurig nach rechts)', 'Dégagement et retour des voies de circulation (à deux voies à droite)', 'Sgombero e ripristino delle corsie di traffico (a due corsie a destra)', NULL, NULL, NULL, NULL, NULL, '477-29.svg', '477-29.svg', '477-29.svg', '477-29.svg', 100, 85, 0, NULL, NULL, NULL, NULL, false);

-- DROP OLD 4.77.1
UPDATE signalo.sign SET fk_official_sign = '4.77/01' WHERE fk_official_sign = '4.77.1';
DELETE from signalo_db.vl_official_sign where id = '4.77.1';
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@itsakifa ok for you?

Loading