Skip to content

Commit

Permalink
Amend query used in SyncAllDqtContactAuditsJob to return oldest recor…
Browse files Browse the repository at this point in the history
…ds first (#1776)
  • Loading branch information
gunndabad authored Dec 30, 2024
1 parent 1ea046b commit 643cbc6
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ public async Task ExecuteAsync(CancellationToken cancellationToken)
ColumnSet = new ColumnSet(),
Orders =
{
new OrderExpression(Contact.Fields.CreatedOn, OrderType.Ascending),
new OrderExpression(Contact.PrimaryIdAttribute, OrderType.Ascending)
},
PageInfo = new PagingInfo()
Expand Down

0 comments on commit 643cbc6

Please sign in to comment.