Skip to content

Commit

Permalink
fix: migration diff step n tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tericcabrel committed Sep 1, 2024
1 parent 977e698 commit 0acdb61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/migration-db-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Collect the migration diff
continue-on-error: false
run: |
echo "The following migration will be applied to the production database:" > migration-message.txt
echo "The following migration will be applied to the production database:" >> migration-message.txt
echo "" >> migration-message.txt
echo "\`\`\`sql" >> migration-message.txt
yarn prisma migrate diff --from-url "$PROD_DATABASE_URL" --to-url "$DATABASE_URL" --script >> migration-message.txt
Expand Down

0 comments on commit 0acdb61

Please sign in to comment.