Skip to content

Commit d60fbb4

Browse files
committed
recovered migration command
1 parent f4297ae commit d60fbb4

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 deploy
50+
run: npx prisma migrate up -c --experimental
5151

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

0 commit comments

Comments
 (0)