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: "
|
set /p migrationName="Please enter the new migration's name: "
|
||||||
dotnet tool update --global dotnet-ef
|
dotnet tool update --global dotnet-ef
|
||||||
dotnet ef migrations add %migrationName%
|
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: "
|
set /p migrationName="Please enter the migration's name which should be the **ACTIVE** one: "
|
||||||
dotnet tool update --global dotnet-ef
|
dotnet tool update --global dotnet-ef
|
||||||
dotnet ef database update %migrationName%
|
dotnet ef database update %migrationName%
|
||||||
|
Loading…
Reference in New Issue
Block a user