neos / neos-development-collection

The unified repository containing the Neos core packages, used for Neos development.
https://www.neos.io/
GNU General Public License v3.0
260 stars 220 forks source link

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

Open crydotsnake opened 1 month ago

crydotsnake commented 1 month ago

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

crydotsnake commented 1 month ago

~Currently you have to delete the asset_usage table first before it works. But it would be better if it would work right away without having to delete the asset_usage table first.~

See Upgrade instructions above.