Skip to content

Commit

Permalink
add missing migrate script
Browse files Browse the repository at this point in the history
  • Loading branch information
smnorris committed Aug 8, 2024
1 parent 7d24a49 commit 47c70c9
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions db/v0.5.2/migrate.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
#!/bin/bash
set -euxo pipefail


psql $DATABASE_URL -f sql/modelled_crossing_office_review_date.sql

psql $DATABASE_URL -c "update bcfishpass.db_version set tag = '${PWD##*/}'"

0 comments on commit 47c70c9

Please sign in to comment.