Skip to content

Commit

Permalink
setup with new migration
Browse files Browse the repository at this point in the history
  • Loading branch information
itsakifa committed Feb 1, 2024
1 parent e23ce61 commit 265852f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions datamodel/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,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/0100/0100_support_photo2.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
psql "service=${PGSERVICE}" -v ON_ERROR_STOP=1 -v SRID=${SRID} -f ${DIR}/changelogs/0100/0100_change_official.sql

if [[ $demo_data == True ]]; then
echo "*** inserting demo_data"
Expand Down

0 comments on commit 265852f

Please sign in to comment.