From 138a93e9344114c01a5b8b6ff2509441d653c4d4 Mon Sep 17 00:00:00 2001 From: acatchpole <113044739+acatchpole@users.noreply.github.com> Date: Mon, 12 Aug 2024 15:20:50 -0700 Subject: [PATCH] Update README.md --- app/Agri.Data/Migrations/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Agri.Data/Migrations/README.md b/app/Agri.Data/Migrations/README.md index 7f5a58a0..3c05c6fe 100644 --- a/app/Agri.Data/Migrations/README.md +++ b/app/Agri.Data/Migrations/README.md @@ -2,7 +2,7 @@ Migrations run automatically on application start. -## Running Migrations Locally +## Manually Running Migrations Locally Make sure the EntityFramework command line tool is installed: run ```dotnet tool install --global dotnet-ef --version 7.0.2```