From fe9b68dba0a0862a95dd0eeea98295040c3b9625 Mon Sep 17 00:00:00 2001 From: Brian Johnson Date: Thu, 30 Jul 2026 08:23:45 +0200 Subject: [PATCH] Update mise to add dotnet ef migration task. --- wolverine/a-frame-architecture/mise.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wolverine/a-frame-architecture/mise.toml b/wolverine/a-frame-architecture/mise.toml index 66d7e4d..a7a0331 100644 --- a/wolverine/a-frame-architecture/mise.toml +++ b/wolverine/a-frame-architecture/mise.toml @@ -17,4 +17,4 @@ run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean" usage = ''' arg "" 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" \ No newline at end of file