From 30096c7af941d5840ab1fa998ad39a1bf979bb00 Mon Sep 17 00:00:00 2001 From: Denny Lubitz Date: Fri, 16 Aug 2024 15:19:45 +0200 Subject: [PATCH] TASK: Add info for migration --- .../Classes/Service/EventMigrationService.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php b/Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php index ba739111f89..c2b7b5b6ebd 100644 --- a/Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php +++ b/Neos.ContentRepositoryRegistry/Classes/Service/EventMigrationService.php @@ -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')); } /** ------------------------ */