Skip to content

Commit

Permalink
id as text
Browse files Browse the repository at this point in the history
  • Loading branch information
itsakifa committed Jan 30, 2024
1 parent e03071c commit d7806c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion datamodel/changelogs/0100/0100_add_signs_img.sql
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ DELETE FROM signalo_db.vl_official_sign where id = '5.02';

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, img_de_right, img_fr_right, img_it_right, img_ro_right)
VALUES (5.02, true, 'Anzeige von Entfernung und Richtung',
VALUES ('5.02', true, 'Anzeige von Entfernung und Richtung',
'Plaque indiquant la distance et la direction',
'Cartello indicante la distanza e la direzione', NULL, NULL, NULL, NULL, NULL, '502-l.svg', '502-l.svg', '502-l.svg', '502-l.svg', 80, 113, 0, '50 m', NULL, NULL, NULL, true, '502-r.svg', '502-r.svg', '502-r.svg', '502-r.svg');

0 comments on commit d7806c6

Please sign in to comment.