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 1812bb5 commit 4404222Copy full SHA for 4404222
README.md
@@ -12,7 +12,7 @@
12
- `npm i`
13
- `npm run test`
14
- Create DB structure `npx prisma db push`
15
-- Apply migrations`npx prisma migrate dev`
+- Apply migrations `npx prisma migrate deploy`
16
- `npm run test:e2e`
17
- Seed initial data `npx prisma db seed`
18
- `npm run start:debug`
prisma/entrypoint.sh
@@ -10,7 +10,7 @@ npx ts-node manual_migrations.ts
10
11
# apply migration
npx prisma db push
-npx prisma migrate dev
+npx prisma migrate deploy
echo Seeding data...
0 commit comments