Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

How to add new migrations for Enrolling service

Ratan Sunder Parai edited this page Mar 30, 2020 · 1 revision

Open Terminal inside the Enrolling.Infrastructure folder and run the command bellow -

dotnet ef migrations add migration_name --startup-project ../Enrolling.API

New migrations classes should be created inside Migrations folder of Enrolling.Infrastructure project folder.

Clone this wiki locally