Update mise to add dotnet ef migration task.

This commit is contained in:
2026-07-30 08:23:45 +02:00
parent f8b37815b0
commit fe9b68dba0
+1 -1
View File
@@ -17,4 +17,4 @@ run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean"
usage = '''
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"