DB Schema FIX
All checks were successful
Build Docker Images / test (push) Successful in 1m21s
Build Docker Images / build-and-push (push) Successful in 1m45s

This commit is contained in:
2025-11-20 20:34:04 +01:00
parent e6b4563712
commit 090224b19f
6 changed files with 517 additions and 5 deletions

View File

@@ -0,0 +1,13 @@
{
"permissions": {
"allow": [
"Bash(dotnet --version:*)",
"Bash(dotnet restore:*)",
"Bash(dotnet build:*)",
"Bash(dotnet ef:*)",
"Bash(dotnet tool install:*)"
],
"deny": [],
"ask": []
}
}