Open langdonholmes opened 2 months ago
We should have a way to test whether changes will impact our existing content.
For example, recent commits have broken backwards compatibility with Info boxes and StaticCode blocks by changing the schema of the data model.
A simple solution is to create an export of our data (or some of it) and then import that data into our development environments. https://docs.strapi.io/dev-docs/data-management/export
We should have a way to test whether changes will impact our existing content.
For example, recent commits have broken backwards compatibility with Info boxes and StaticCode blocks by changing the schema of the data model.
A simple solution is to create an export of our data (or some of it) and then import that data into our development environments. https://docs.strapi.io/dev-docs/data-management/export