Skip to content

Commit

Permalink
fix: local_test.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
5lliot committed Oct 18, 2023
1 parent 612a186 commit 6a25c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db_scripts/local_testing/local_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ set -e

# psql -U $SUPERUSER -d sample < db_scripts/local_testing/missing_table_from_download_db.sql
psql -U $SUPERUSER -d sample < $PARENT_DIR/../../migrations/000016_rankings.up.sql
migrate -path ./migrations/ -database "$TDB" up
migrate -path $PARENT_DIR/../../migrations/ -database "$TDB" up


psql -U $SUPERUSER -d sample < <(cat $PARENT_DIR/reset_to_blocknum.sql | sed "s/18246321/$FORK_BLOCK/" )
Expand Down

0 comments on commit 6a25c2e

Please sign in to comment.