How to handle invalid contenttypenodeId in cmsPropertyTypeGroup
I am trying to upgrade to v8.1.2 from 7.15.2, but it fails when putting the foreign key on cmsPropertyTypeGroup.contenttypeNodeId because one of the node id's does not exist in the cmsContentType table.
cmsPropertyTypeGroup row that is causing the issue:
id: 13
contenttypeNodeId: 1070
text: Membership
sortorder: 0
uniqueID: 1A442183-A3CF-3A4D-7B57-F807C0E2E898
There is no cmsContentType with nodeId = 1070.
There is no umbracoNode with nodeId = 1070
Should I just try to manually create the cmsContentType and umbracoNode rows or is there another way? Is there guidance on manually creating data like this?
How to handle invalid contenttypenodeId in cmsPropertyTypeGroup
I am trying to upgrade to v8.1.2 from 7.15.2, but it fails when putting the foreign key on cmsPropertyTypeGroup.contenttypeNodeId because one of the node id's does not exist in the cmsContentType table.
There is no cmsContentType with nodeId = 1070.
There is no umbracoNode with nodeId = 1070
Should I just try to manually create the cmsContentType and umbracoNode rows or is there another way? Is there guidance on manually creating data like this?
is working on a reply...