Skip to content

Commit

Permalink
increase migrate script verbosity (#785)
Browse files Browse the repository at this point in the history
  • Loading branch information
FoseFx authored Aug 9, 2024
1 parent 280100b commit ab4e35d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-run-migrations.sh
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
#!/usr/bin/env sh

migrate -database $POSTGRES_DSN -path migrations up
migrate -verbose -database $POSTGRES_DSN -path migrations up

0 comments on commit ab4e35d

Please sign in to comment.