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

use 4.77/11-2 #209

Merged
merged 1 commit into from
Apr 3, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion datamodel/changelogs/0100/0100_08_477_signs.sql
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,5 @@ 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/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_db.sign SET fk_official_sign = '4.77/01' WHERE fk_official_sign = '4.77.1';
UPDATE signalo_db.sign SET fk_official_sign = '4.77/11-2' WHERE fk_official_sign = '4.77.1';
DELETE from signalo_db.vl_official_sign where id = '4.77.1';