Skip to content

Commit 301914b

Browse files
committed
updated db migration command
1 parent 8a2abab commit 301914b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
run: npx ts-node ./prisma/manual_migrations.ts
4848

4949
- name: Apply DB migrations
50-
run: npx prisma migrate up -c --experimental
50+
run: npx prisma migrate deploy
5151

5252
- name: Seed DB data
5353
run: npx ts-node ./prisma/seed.ts

0 commit comments

Comments
 (0)