Is it possible to migrate entities that are created using Entity Manager to a custom module? I would basically be copying and pasting the custom entity files created by Entity Manager into the custom module to be able to manage updates via a private GitHub repo.
After I move the custom entity files to the custom module, I would delete them from the directories they were created in by Entity Manager.
An alternative option I'm also considering is copying file changes to the current files when the custom module is installed/updated.
Curious what people have to say on this one.
After I move the custom entity files to the custom module, I would delete them from the directories they were created in by Entity Manager.
An alternative option I'm also considering is copying file changes to the current files when the custom module is installed/updated.
Curious what people have to say on this one.
Comment