Some fixes to the queries and context records.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
[tools]
|
||||
[tools]
|
||||
dotnet = "10"
|
||||
|
||||
[tasks.restore]
|
||||
@@ -12,3 +12,9 @@ run = "dotnet build"
|
||||
|
||||
[tasks.clean]
|
||||
run = "fd -I \"bin|obj\" -td -X rm -r && dotnet clean"
|
||||
|
||||
[tasks.migrate]
|
||||
usage = '''
|
||||
arg "<name>" help="Migration Name"
|
||||
'''
|
||||
run = "dotnet ef migrations add \"${name?}\" --startup-project FinancialApi --project FinancialApi.Infrastructure"
|
||||
|
||||
Reference in New Issue
Block a user