webiny / webiny-js

Open-source serverless enterprise CMS. Includes a headless CMS, page builder, form builder, and file manager. Easy to customize and expand. Deploys to AWS.
https://www.webiny.com
Other
7.33k stars 603 forks source link

feat(migrations): add block element ids migration #4099

Closed Pavel910 closed 5 months ago

Pavel910 commented 5 months ago

Changes

This PR adds a migration for existing PB Blocks, to generate stable element IDs. With 5.40.0, blocks and pages created in PB have unique, stable, element IDs. But in previous versions, these IDs were not stored as part of the Block content. This migration ensures that all existing blocks in the system follow the same data structure, and have fixed element IDs (recursively).

How Has This Been Tested?

Jest tests.