Skip to content

Commit

Permalink
Fix migrations on helmchart.
Browse files Browse the repository at this point in the history
  • Loading branch information
marcelosalloum committed Jan 2, 2024
1 parent 4c6696c commit 88995fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helmchart/sdp/templates/02.1-deployment-sdp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ spec:
- sh
- -c
- |
./stellar-disbursement-platform db tenant migrate up
./stellar-disbursement-platform db migrate up --all
./stellar-disbursement-platform db admin migrate up
./stellar-disbursement-platform db auth migrate up --all
./stellar-disbursement-platform db sdp migrate up --all
./stellar-disbursement-platform db setup-for-network --all
containers:
Expand Down

0 comments on commit 88995fc

Please sign in to comment.