Fixed script's encoding
This commit is contained in:
parent
50ffcb33b1
commit
bfe30b758f
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
@echo off
|
||||
set /p migrationName="Please enter the new migration's name: "
|
||||
dotnet tool update --global dotnet-ef
|
||||
dotnet ef migrations add %migrationName%
|
||||
|
@ -1,4 +1,4 @@
|
||||
@echo off
|
||||
@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%
|
||||
|
Loading…
Reference in New Issue
Block a user