neos-development-collection icon indicating copy to clipboard operation
neos-development-collection copied to clipboard

!!!TASK: Use workspaceName instead of contentStreamId in AssetUsageProjection

Open crydotsnake opened this issue 8 months ago • 1 comments

Upgrade instructions

⚠️ This is a breaking change!

For existing projects its nessecary to delete the cr_*_p_neos_asset_usage tables first.

Then you need to setup the content repositorys again:

./flow cr:setup

And also run ./flow cr:projectionreplay AssetUsage afterwards.

Review instructions

resolves: #5084

Checklist

  • [ ] Code follows the PSR-2 coding style
  • [ ] Tests have been created, run and adjusted as needed
  • [ ] The PR is created against the lowest maintained branch
  • [ ] Reviewer - PR Title is brief but complete and starts with FEATURE|TASK|BUGFIX
  • [ ] Reviewer - The first section explains the change briefly for change-logs
  • [ ] Reviewer - Breaking Changes are marked with !!! and have upgrade-instructions

crydotsnake avatar Jun 01 '24 14:06 crydotsnake