setup and mock fixes

This commit is contained in:
master
2026-02-21 20:14:23 +02:00
parent 1edce73165
commit a29f438f53
29 changed files with 1624 additions and 721 deletions

View File

@@ -232,7 +232,7 @@ public sealed class MigrationRunner : IMigrationRunner
WasDryRun: true)));
return MigrationResult.Successful(
appliedCount: 0,
appliedCount: toApply.Count,
skippedCount: applied.Count,
filteredCount: filteredOut.Count,
durationMs: started.ElapsedMilliseconds,