Skip to content

Commit 8aeeab0

Browse files
authored
Merge pull request #76 from Visual-Regression-Tracker/151-migration-autoapprove
Add auto approve for migration
2 parents a94c21f + 1c460c1 commit 8aeeab0

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)