Skip to content

Commit 1c460c1

Browse files
committed
1 parent a94c21f commit 1c460c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

prisma/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set -e
66
echo Start applying migrations...
77

88
# apply migration
9-
npx prisma migrate up -c --experimental
9+
npx prisma migrate up -c --auto-approve --experimental
1010

1111
echo Seeding data...
1212

0 commit comments

Comments
 (0)