nystudio107 / generator-craftplugin

generator-craftplugin is a Yeoman generator for Craft CMS plugins
MIT License
73 stars 30 forks source link

Migrations for modules - generate them as content migrations #101

Open piotrpog opened 4 years ago

piotrpog commented 4 years ago

Right now we cannot use migrations for modules - we need to turn them into content migrations - by manually placing them in migrations directory and tweaking migration class name.

This is however not mentioned in code comments in the migration file.