modify step 3 of migrations instructions

This commit is contained in:
Jemilu Mohammed
2023-07-27 10:17:40 +00:00
parent dce86119d4
commit 495acf4319
+1 -1
View File
@@ -105,7 +105,7 @@ webapp:dev: If you didn't try to log in, you can safely ignore this email.
The above updates the prisma client generated into node_modules/.prisma/client folder. This helps with typing of relevant prisma models. It ensures typescript
recognizes fields added or removed from a model and type-checks appropriately.
3. Apply the migrations by running
3. Generate and apply the migrations by running
```
pnpm run db:migrate:dev