Skip to content

Commit ede10e3

Browse files
committed
fix(cluster): dc workflow does not insert row on creation
1 parent c4bd329 commit ede10e3

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)