Skip to content

Commit

Permalink
dev: Show log of applied migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
jhf committed Jan 29, 2025
1 parent 5c34b7b commit 3b1cf1e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions devops/manage-statbus.sh
Original file line number Diff line number Diff line change
Expand Up @@ -268,12 +268,12 @@ case "$action" in
;;
'create-db-structure' )
pushd cli
shards build statbus && ./bin/statbus migrate up
shards build statbus && ./bin/statbus migrate up all -v
popd
;;
'delete-db-structure' )
pushd cli
shards build statbus&& ./bin/statbus migrate down all
shards build statbus&& ./bin/statbus migrate down all -v
popd
;;
'reset-db-structure' )
Expand Down

0 comments on commit 3b1cf1e

Please sign in to comment.