Skip to content

Commit

Permalink
directional sign 5.02 (#172)
Browse files Browse the repository at this point in the history
fixes #146
  • Loading branch information
itsakifa authored Jan 30, 2024
1 parent acd8072 commit 57f2348
Show file tree
Hide file tree
Showing 8 changed files with 269 additions and 48 deletions.
7 changes: 7 additions & 0 deletions datamodel/changelogs/0100/0100_add_signs_img.sql
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
UPDATE signalo_db.vl_official_sign

SET img_de='502-l.svg', img_fr='502-l.svg', img_it='502-l.svg', img_ro='502-l.svg',
directional_sign=true,
img_de_right='502-r.svg', img_fr_right='502-r.svg', img_it_right='502-r.svg', img_ro_right='502-r.svg'

WHERE id = '5.02';
17 changes: 0 additions & 17 deletions datamodel/changelogs/0100/0100_user_signs_img.sql

This file was deleted.

2 changes: 1 addition & 1 deletion datamodel/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changel
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0006/0006_user_signs.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_anchor-point.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_support_photo2.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_user_signs_img.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_add_signs_img.sql
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_indexes.sql

if [[ $demo_data == True ]]; then
Expand Down
109 changes: 109 additions & 0 deletions project/images/official/editable/502-l.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
67 changes: 67 additions & 0 deletions project/images/official/original/502-l.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 57f2348

Please sign in to comment.