Skip to content

Commit

Permalink
init db debugging V
Browse files Browse the repository at this point in the history
  • Loading branch information
michael-brennan2005 committed Jun 11, 2024
1 parent 2daeab3 commit bac596e
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}:${SAC_DB_PASSWORD}@${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=enable -verbose up

0 comments on commit bac596e

Please sign in to comment.