Skip to content

Commit f05044c

Browse files
committed
fix: getPriceInusd arg priceoracle
1 parent 60a350a commit f05044c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

db_scripts/local_testing/anvil_test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ TMP_DB="tmp_$FINAL_DB"
1313
export TMP_DB_URL="postgres://$SUPERUSER@localhost:5432/$TMP_DB?sslmode=disable"
1414

1515
set +e
16+
psql -U $SUPERUSER -d postgres -c " SELECT pg_terminate_backend(pid) FROM pg_stat_activity WHERE pid <> pg_backend_pid() AND datname = '$TMP_DB';"
1617
psql -U $SUPERUSER -d postgres -c "drop database $TMP_DB"
1718
psql -U $SUPERUSER -d postgres -c "create database $TMP_DB"
1819
pg_dump --no-owner "$REMOTE_DB" | psql -U $SUPERUSER -d $TMP_DB

0 commit comments

Comments
 (0)