feat: migrations update

Added tool for migrations
Updated AmineContentCalibration db
Create AmineContentResults db
This commit is contained in:
2025-12-15 15:29:52 +03:00
parent 567122f2e4
commit 6a2b4a5970
11 changed files with 589 additions and 5 deletions
+2
View File
@@ -0,0 +1,2 @@
dotnet ef migrations add -o .\Analysis\AmineContent\Database --project .\GSS2.Core\ AmineContentCalibrationInitial --context AmineContentCalibrationContext
dotnet ef migrations add -o .\Analysis\AmineContent\Database --project .\GSS2.Core\ AmineContentResultsInitial --context AmineContentResultsContext