I'm attempting to uninstall version 2.1 and I'm running into an error when the package tries to delete some table data.
The error:
The DELETE statement conflicted with the REFERENCE constraint "FKcmsPropertyDataumbracoNode_id". The conflict occurred in database "MySIte", table "dbo.cmsPropertyData", column 'contentNodeId'.
The statement has been terminated.
Is there a property type that I need to be deleting first?
Uninstall - SQL Server Error
I'm attempting to uninstall version 2.1 and I'm running into an error when the package tries to delete some table data.
The error:
The DELETE statement conflicted with the REFERENCE constraint "FKcmsPropertyDataumbracoNode_id". The conflict occurred in database "MySIte", table "dbo.cmsPropertyData", column 'contentNodeId'. The statement has been terminated.
Is there a property type that I need to be deleting first?
I've seemingly been able to fix this by updating to 2.1.1, then following up with another uninstall.
Hi!
Thank you for sharing your solution!
is working on a reply...