Skip to content

Commit

Permalink
fix: projector query (#1575)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikdepeuter authored Nov 7, 2024
1 parent 8807c2e commit 333314f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/RoadRegistry.Hosts/BackOfficeProcessorDbContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ SELECT cpp.[Name]
FROM [RoadRegistryBackOfficeCommandHost].[CommandProcessorPosition] cpp with (nolock)
JOIN [RoadRegistry].Streams s with (nolock) ON cpp.[Name] = s.[IdOriginal]
JOIN [RoadRegistry].Messages m with (nolock) ON s.[IdInternal] = m.[StreamIdInternal] AND cpp.[Version] = m.[StreamVersion]
) q
")
.HasKey(x => x.Name);
}
Expand Down

0 comments on commit 333314f

Please sign in to comment.