Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] authored and 3nids committed Feb 28, 2024
1 parent 313286c commit 5f003fc
Showing 1 changed file with 31 additions and 31 deletions.
62 changes: 31 additions & 31 deletions datamodel/changelogs/0100/0100_07_missing_left_right.sql
Original file line number Diff line number Diff line change
@@ -1,59 +1,59 @@
UPDATE signalo_db.vl_official_sign
SET value_de = 'Fussgänger-Überführung (linksgehend)',
value_fr = 'Passerelle pour piétons (vers la gauche)',
SET value_de = 'Fussgänger-Überführung (linksgehend)',
value_fr = 'Passerelle pour piétons (vers la gauche)',
value_it = 'Cavalcavia pedonale (a sinistra)' WHERE id = '4.13';

UPDATE signalo_db.vl_official_sign
SET value_de = 'Fussgänger-Überführung (rechtsgehend)',
value_fr = 'Passerelle pour piétons (vers la droite)',
SET value_de = 'Fussgänger-Überführung (rechtsgehend)',
value_fr = 'Passerelle pour piétons (vers la droite)',
value_it = 'Cavalcavia pedonale (a destra)' WHERE id = '4.13a';

UPDATE signalo_db.vl_official_sign
SET value_de = 'Fussgänger-Unterführung (linksgehend)',
value_fr = 'Passage souterrain pour piétons (vers la gauche)',
SET value_de = 'Fussgänger-Unterführung (linksgehend)',
value_fr = 'Passage souterrain pour piétons (vers la gauche)',
value_it = 'Sottopassaggio pedonale (a sinistra)' WHERE id = '4.12';

UPDATE signalo_db.vl_official_sign
SET value_de = 'Fussgänger-Unterführung (rechtsgehend)',
value_fr = 'Passage souterrain pour piétons (vers la droite)',
SET value_de = 'Fussgänger-Unterführung (rechtsgehend)',
value_fr = 'Passage souterrain pour piétons (vers la droite)',
value_it = 'Sottopassaggio pedonale (a destra)' WHERE id = '4.12a';

UPDATE signalo_db.vl_official_sign
SET value_de = 'Standort eines Fussgängerstreifens (linksgehend)',
value_fr = 'Emplacement d''un passage pour piétons (vers la gauche)',
SET value_de = 'Standort eines Fussgängerstreifens (linksgehend)',
value_fr = 'Emplacement d''un passage pour piétons (vers la gauche)',
value_it = 'Ubicazione di un passaggio pedonale (a sinistra)' WHERE id = '4.11';

UPDATE signalo_db.vl_official_sign
SET value_de = 'Standort eines Fussgängerstreifens (rechtsgehend)',
value_fr = 'Emplacement d''un passage pour piétons (vers la droite)',
SET value_de = 'Standort eines Fussgängerstreifens (rechtsgehend)',
value_fr = 'Emplacement d''un passage pour piétons (vers la droite)',
value_it = 'Ubicazione di un passaggio pedonale (a destra)' WHERE id = '4.11a';

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign)
VALUES ('2.61-a', true, 'Ende des Fusswegs',
VALUES ('2.61-a', true, 'Ende des Fusswegs',
'Fin du chemin pour piétons',
'Fine della strada pedonale', '261-a.svg', '261-a.svg', '261-a.svg', '261-a.svg',
'Fine della strada pedonale', '261-a.svg', '261-a.svg', '261-a.svg', '261-a.svg',
100, 100, 0, false);

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign)
VALUES ('2.62-a', true, 'Ende des Reitwegs',
VALUES ('2.62-a', true, 'Ende des Reitwegs',
'Fin de l''allée d''équitation',
'Fine della strada per cavalli da sella', '262-a.svg', '262-a.svg', '262-a.svg', '262-a.svg',
'Fine della strada per cavalli da sella', '262-a.svg', '262-a.svg', '262-a.svg', '262-a.svg',
100, 100, 0, false);

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign)
VALUES ('2.63-a', true, 'Ende des Rad- und Fusswegs mit getrennten Verkehrsflächen (Beispiel)',
VALUES ('2.63-a', true, 'Ende des Rad- und Fusswegs mit getrennten Verkehrsflächen (Beispiel)',
'Fin de la piste cyclable et chemin pour piétons, sans partage de l''aire de circulation (exemple)',
'Fine della ciclopista e strada pedonale divise per categoria (esempio)', '263-a.svg', '263-a.svg', '263-a.svg', '263-a.svg',
'Fine della ciclopista e strada pedonale divise per categoria (esempio)', '263-a.svg', '263-a.svg', '263-a.svg', '263-a.svg',
100, 99, 0, false);

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign)
VALUES ('2.63-1-a', true, 'Ende des gemeinsamen Rad- und Fusswegs (Beispiel)',
VALUES ('2.63-1-a', true, 'Ende des gemeinsamen Rad- und Fusswegs (Beispiel)',
'Fin de la piste cyclable et chemin pour piétons, avec partage de l''aire de circulation (exemple)',
'Fine della ciclopista e strada pedonale (esempio)', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg',
'Fine della ciclopista e strada pedonale (esempio)', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg', '263-1-a.svg',
100, 99, 0, false);

-- correct french description for 2.63 and 2.63.1 (they were switched)
Expand All @@ -67,29 +67,29 @@ WHERE id = '2.63';

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription, directional_sign)
VALUES ('2.64-a', true, 'Ende der Busfahrbahn',
VALUES ('2.64-a', true, 'Ende der Busfahrbahn',
'Fin de chaussée réservée au bus',
'Fine della carreggiata riservata ai bus', '264-a.svg', '264-a.svg', '264-a.svg', '264-a.svg',
'Fine della carreggiata riservata ai bus', '264-a.svg', '264-a.svg', '264-a.svg', '264-a.svg',
100, 100, 0, false);

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription,
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription,
default_inscription1, default_inscription2, directional_sign,
img_de_right, img_fr_right, img_it_right, img_ro_right)
VALUES ('4.34-2', true, 'Wegweiser bei Umleitungen (2 Linien)',
VALUES ('4.34-2', true, 'Wegweiser bei Umleitungen (2 Linien)',
'Indicateur de direction pour déviation (2 lignes)',
'Indicatore di direzione per deviazione (2 ligne)',
'434-2-l.svg', '434-2-l.svg', '434-2-l.svg', '434-2-l.svg',
'Indicatore di direzione per deviazione (2 ligne)',
'434-2-l.svg', '434-2-l.svg', '434-2-l.svg', '434-2-l.svg',
60, 241, 0, 'Lugano','Bellinzona',true,
'434-2-r.svg', '434-2-r.svg', '434-2-r.svg', '434-2-r.svg');

INSERT INTO signalo_db.vl_official_sign(
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription,
id, active, value_de, value_fr, value_it, img_de, img_fr, img_it, img_ro, img_height, img_width, no_dynamic_inscription,
default_inscription1, default_inscription2, default_inscription3, directional_sign,
img_de_right, img_fr_right, img_it_right, img_ro_right)
VALUES ('4.34-3', true, 'Wegweiser bei Umleitungen (3 Linien)',
VALUES ('4.34-3', true, 'Wegweiser bei Umleitungen (3 Linien)',
'Indicateur de direction pour déviation (3 lignes)',
'Indicatore di direzione per deviazione (3 ligne)',
'434-3-l.svg', '434-3-l.svg', '434-3-l.svg', '434-3-l.svg',
'Indicatore di direzione per deviazione (3 ligne)',
'434-3-l.svg', '434-3-l.svg', '434-3-l.svg', '434-3-l.svg',
60, 241, 0, 'Lugano','Bellinzona','Locarno',true,
'434-3-r.svg', '434-3-r.svg', '434-3-r.svg', '434-3-r.svg');
'434-3-r.svg', '434-3-r.svg', '434-3-r.svg', '434-3-r.svg');

0 comments on commit 5f003fc

Please sign in to comment.