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
Merged

Fix signs v1 #208

merged 11 commits into from
Mar 28, 2024

Conversation

itsakifa
Copy link
Collaborator

fixes issues #147 , #202

@itsakifa itsakifa requested a review from 3nids March 25, 2024 16:26
@3nids
Copy link
Member

3nids commented Mar 28, 2024

@itsakifa issue is now that 477-1.svg is not used in signalo_db.vl_official_sign.

Copy link
Member

@3nids 3nids left a 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

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';
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?

@itsakifa itsakifa merged commit 8864482 into master Mar 28, 2024
3 checks passed
@3nids 3nids deleted the fix_signs_v1 branch June 24, 2024 12:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants