uSyncMigrations - Collapse content type inheritanc...
# help-with-umbraco
p
I have a site that I am migrating from v7. Currently I can't go straight from v7 > v12 but can go v7 > v10 > v12. In the v7 site there is a content type with 2 ancestors which looks like this: |- BaseDoctype |- BaseMetaDoctype |- StandardContentPage Is there any way that as part of the migration
BaseDoctype
can be moved down so that
StandardContentPage
is composed of
BaseDoctype
&
BaseMetaDoctype
instead of what currently happens where it retains the original hierarchy? The reason being is that I have a case where I need to retain the
BaseMetaDoctype
composition and drop the
BaseDoctype
for one particular content type. Hopefully this is allowed but I also opened a discussion on the Github project as well but posting here as more chance of it being seen 🙂 Happy to delete in on place or another if cross posting is not desired. https://github.com/Jumoo/uSyncMigrations/discussions/271
I've put a proposed solution for discussion on Github and would welcome any feedback on the approach I am considering.