I18NCommander/I18N Commander/DataModel/cmdAddMigration.cmd

5 lines
156 B
Batchfile

@echo off
set /p migrationName="Please enter the new migration's name: "
dotnet tool update --global dotnet-ef
dotnet ef migrations add %migrationName%