How to migrate from inheritance to composition structure?
To start with, our site is for a 70 year old organization with about 30000 existing documents. We're using Umbraco 7.4.3.
Our document type tree is 4 levels deep with dozens of document types. I have been using inheritance for logical organization in addition to property inheritance.
I want to switch to the composition model and use folders instead of inheritance for organization.
I know that the Back Office does not allow me to this. Are there any SQL Scripts or tools to do that?
How to migrate from inheritance to composition structure?
To start with, our site is for a 70 year old organization with about 30000 existing documents. We're using Umbraco 7.4.3.
Our document type tree is 4 levels deep with dozens of document types. I have been using inheritance for logical organization in addition to property inheritance.
I want to switch to the composition model and use folders instead of inheritance for organization.
I know that the Back Office does not allow me to this. Are there any SQL Scripts or tools to do that?
is working on a reply...