Skip to content

Commit

Permalink
BUI: reset DB
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasbrandao committed Mar 27, 2024
1 parent c537d6b commit 77365bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-migrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@ jobs:
run: npm install

- name: Generate and Migrate
run: npm run db:generate && npm run db:migrate deploy
run: npm run db:generate && npm run db:migrate reset --force && npm run db:migrate deploy
env:
POSTGRES_URL: ${{ secrets.POSTGRES_URL }}

0 comments on commit 77365bd

Please sign in to comment.