Update mise to add dotnet ef migration task.
This commit is contained in:
@@ -17,4 +17,4 @@ run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean"
|
|||||||
usage = '''
|
usage = '''
|
||||||
arg "<name>" help="Migration Name"
|
arg "<name>" help="Migration Name"
|
||||||
'''
|
'''
|
||||||
run = "dotnet ef migrations add \"${name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure"
|
run = "dotnet ef migrations add \"${usage_name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure"
|
||||||
Reference in New Issue
Block a user