Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ pub(crate) async fn cluster_datacenter(ctx: &mut WorkflowCtx, input: &Input) ->
prebakes_enabled: input.prebakes_enabled,
};

match ctx.check_version(2).await? {
match ctx.check_version(3).await? {
1 => {
// We remove here because the hash doesn't calculate correctly anymore
ctx.removed::<Activity<InsertDb>>().await?;
Expand Down
Loading