Skip to content

Commit

Permalink
RavenDB-22618 : handle TimeSeriesDeletedRanges in DatabaseSmuggler.En…
Browse files Browse the repository at this point in the history
…sureProcessed
  • Loading branch information
aviv committed Jul 16, 2024
1 parent 5145dfd commit 060db3f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Raven.Server/Smuggler/Documents/DatabaseSmuggler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ public static void EnsureProcessed(SmugglerResult result, bool skipped = true, b
EnsureStepProcessed(result.Subscriptions, skipped);
EnsureStepProcessed(result.TimeSeries, skipped);
EnsureStepProcessed(result.ReplicationHubCertificates, skipped);
EnsureStepProcessed(result.TimeSeriesDeletedRanges, skipped);

static void EnsureStepProcessed(SmugglerProgressBase.Counts counts, bool skipped)
{
Expand Down

0 comments on commit 060db3f

Please sign in to comment.