-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Fix signs v1 #208
Conversation
@itsakifa issue is now that 477-1.svg is not used in |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is already a 4.77.1
signalo/datamodel/changelogs/0001/0001_1.sql
Line 955 in be58a20
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) VALUES ('4.77.1', true, 'Anzeige von Fahrstreifen mit Beschränkungen (Beispiel)', 'Disposition des voies de circulation annonçant des restrictions', 'Disposizione delle corsie con restrizioni (esempio)', NULL, NULL, NULL, NULL, NULL, '477-1.svg', '477-1.svg', '477-1.svg', '477-1.svg', 100, 100, 0, NULL, NULL, NULL, NULL); |
This one needs to be dropped in favor of the new one
|
||
-- 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'; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@itsakifa ok for you?
fixes issues #147 , #202