I18NCommander/I18N Commander/DataModel/cmdAddMigration.cmd

5 lines
156 B
Batchfile
Raw Permalink Normal View History

2022-06-12 19:43:19 +00:00
@echo off
2022-06-12 15:14:21 +00:00
set /p migrationName="Please enter the new migration's name: "
dotnet tool update --global dotnet-ef
dotnet ef migrations add %migrationName%