Skip to content

Commit 91fd539

Browse files
committed
fix(cluster): dc workflow does not insert row on creation (#2610)
<!-- Please make sure there is an issue that this PR is correlated to. --> ## Changes <!-- If there are frontend changes, please include screenshots. -->
1 parent 7f9bf14 commit 91fd539

File tree

1 file changed

+1
-1
lines changed
  • packages/core/services/cluster/src/workflows/datacenter

1 file changed

+1
-1
lines changed

packages/core/services/cluster/src/workflows/datacenter/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pub(crate) async fn cluster_datacenter(ctx: &mut WorkflowCtx, input: &Input) ->
4646
prebakes_enabled: input.prebakes_enabled,
4747
};
4848

49-
match ctx.check_version(2).await? {
49+
match ctx.check_version(3).await? {
5050
1 => {
5151
// We remove here because the hash doesn't calculate correctly anymore
5252
ctx.removed::<Activity<InsertDb>>().await?;

0 commit comments

Comments
 (0)