From 495acf43196fdb1799e5cc5c779f488c053b3595 Mon Sep 17 00:00:00 2001 From: Jemilu Mohammed Date: Thu, 27 Jul 2023 10:17:40 +0000 Subject: [PATCH] modify step 3 of migrations instructions --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 2fcd17670..674565e1c 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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