dgrigg / craft-migration-assistant

Migration Manager for Craft CMS
Other
27 stars 10 forks source link

Entry is missing its type ID #15

Closed ricricucit closed 5 years ago

ricricucit commented 5 years ago

This happens when trying to migrate "Single" entries: "Entry is missing its type ID".

ricricucit commented 5 years ago

it was me. I forgot to make a migration for the section, before exporting the entry. Thanks for this:

A good rule to follow for migration dependency order is:
1. Sites/locales
2. Sections
3. Asset Volumes
4. Categories
5. Fields
dgrigg commented 5 years ago

@ricricucit yes, order of operations is a must for migrations