How to convert old script to declarative schema / data patch without breaking any data?
I have a module (v1.0.1) with an InstallSchema to create a table and an InstallData to create a product attribute. Now I want to update the module (v1.0.2) to convert the InstallSchema to the declarative schema (for table creation) and… Read More »How to convert old script to declarative schema / data patch without breaking any data?