Skip to content

Commit

Permalink
fix: fix again migration
Browse files Browse the repository at this point in the history
  • Loading branch information
shivan-s committed Oct 7, 2024
1 parent d3933a1 commit e8b9bb7
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/migration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,7 @@ jobs:
run: npm ci
- name: Migration
run: |
npm run makemigrations
npm run migrate
npx drizzle-kit migrate
staging-migrate:
name: Staging Migrate
runs-on: ubuntu-latest
Expand All @@ -46,5 +45,4 @@ jobs:
run: npm ci
- name: Migration
run: |
npm run makemigrations
npm run migrate
npx drizzle-kit migrate

0 comments on commit e8b9bb7

Please sign in to comment.