Skip to content

Commit

Permalink
remove old 4.77.1
Browse files Browse the repository at this point in the history
  • Loading branch information
3nids committed Mar 28, 2024
1 parent 054087b commit e272881
Showing 1 changed file with 1 addition and 1 deletion.
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.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/01' WHERE fk_official_sign = '4.77.1';
DELETE from signalo_db.vl_official_sign where id = '4.77.1';

0 comments on commit e272881

Please sign in to comment.