Skip to content

Commit

Permalink
TASK: Add info for migration
Browse files Browse the repository at this point in the history
  • Loading branch information
dlubitz committed Aug 16, 2024
1 parent c4f6c91 commit 30096c7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -428,6 +428,7 @@ public function migratePayloadToValidWorkspaceNames(\Closure $outputFn): void
$outputFn();
$outputFn(sprintf('Migration applied to %s events and changed the workspaceName.', $affectedRowsWorkspaceName));
$outputFn(sprintf('Migration applied to %s events and changed the baseWorkspaceName.', $affectedRowsBaseWorkspaceName));
$outputFn(sprintf('You need to replay your projection for workspaces. Please run: ./flow cr:projectionreplay --projection=workspace'));
}

/** ------------------------ */
Expand Down

0 comments on commit 30096c7

Please sign in to comment.