✨ | Mailchimp Transactional | Populating additional content regions in mailchimp_transactional_template
🇬🇧United Kingdom emileacroweb
✨ | Mailchimp Transactional | Populating additional content regions in mailchimp_transactional_template
🇬🇧United Kingdom emileacroweb
emileacroweb → created an issue.
🇬🇧United Kingdom emileacroweb
Just echoing the above from @Alex. Migrating from Drupal 7 to 9, it seems that the types and bundle configurations migrate correctly but the actual entities themselves are not having migrations generated.
If I understand correctly, there should be the following migrations:
upgrade_d7_eck_type
upgrade_d7_eck_bundle
then there should be a migration per bundle (for all of the actual entities themselves.)
I think that these further migrations are the derived, follow up migrations but it does not look like they are being generated.
I'm wondering if I'm missing a step somewhere? Can anyone shed any light?