Skip to content

Commit

Permalink
iniit db debugging IV
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Jun 11, 2024
1 parent 58e32c3 commit 2daeab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/init-db.sh
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
go install -tags 'postgres' github.com/golang-migrate/migrate/v4/cmd/migrate@latest
~/go/bin/migrate -path ../backend/migrations/ -database postgres://${SAC_DB_USERNAME}:x@${SAC_DB_HOST}:${SAC_DB_PORT}/${SAC_DB_NAME}?sslmode=disable -verbose up
~/go/bin/migrate -path ../backend/migrations/ -database postgres://${SAC_DB_USERNAME}:${SAC_DB_PASSWORD}@${SAC_DB_HOST}:${SAC_DB_PORT}/${SAC_DB_NAME}?sslmode=disable -verbose up

0 comments on commit 2daeab3

Please sign in to comment.