Skip to content

Commit

Permalink
Fix for db migration issue
Browse files Browse the repository at this point in the history
  • Loading branch information
underbluewaters committed Oct 4, 2024
1 parent 2c33eee commit 14a60fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/infra/containers/maintenance/migrate.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/usr/bin/env bash
git fetch --all
git checkout --force $1
npm run db:migrate
NODE_TLS_REJECT_UNAUTHORIZED=0 npm run db:migrate
echo "database migrations complete"

0 comments on commit 14a60fb

Please sign in to comment.