I18NCommander/I18N Commander/DataModel/cmdUndoMigration.cmd

5 lines
194 B
Batchfile
Raw Normal View History

2022-06-12 15:14:21 +00:00
@echo off
set /p migrationName="Please enter the migration's name which should be the **ACTIVE** one: "
dotnet tool update --global dotnet-ef
dotnet ef database update %migrationName%