We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents a94c21f + 1c460c1 commit 8aeeab0Copy full SHA for 8aeeab0
prisma/entrypoint.sh
@@ -6,7 +6,7 @@ set -e
6
echo Start applying migrations...
7
8
# apply migration
9
-npx prisma migrate up -c --experimental
+npx prisma migrate up -c --auto-approve --experimental
10
11
echo Seeding data...
12
0 commit comments