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.
1 parent 3aff5e5 commit 6bff53aCopy full SHA for 6bff53a
1 file changed
.github/tests/orm/fastify-graphql/run.sh
@@ -52,9 +52,8 @@ echo "✅ DATABASE_URL: $DATABASE_URL"
52
53
popd > /dev/null # Back to orm/fastify-graphql
54
55
-# Run migrations and seed
56
-npx prisma migrate reset --force --skip-seed
57
-npx prisma migrate dev --name init
+# Run migrations
+npx prisma migrate dev --name init --skip-seed
58
npx prisma db seed
59
60
# Start the app
0 commit comments