Files
GSS2Rework/GSS2.Core/tools/CreateMigrations.ps1
T
amkovkov 6a2b4a5970 feat: migrations update
Added tool for migrations
Updated AmineContentCalibration db
Create AmineContentResults db
2025-12-15 15:29:52 +03:00

2 lines
303 B
PowerShell

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