I'm using Umbraco 7.3. and I've been looking through the database tables and I want to make changes to the ParentId for some media, and found that both cmsContentXml and umbracoNode tables contain these values (cmsContentXml stores it in XML).
If I update the umbracoNode table, will it automatically update the cmsContentXml table the next time I restart the AppPool?
Is it a bad idea to update just one of these tables, or should I attempt to update both?
Update cmsContentXml or umbracoNode Tables
Hello
I'm using Umbraco 7.3. and I've been looking through the database tables and I want to make changes to the ParentId for some media, and found that both cmsContentXml and umbracoNode tables contain these values (cmsContentXml stores it in XML).
If I update the umbracoNode table, will it automatically update the cmsContentXml table the next time I restart the AppPool?
Is it a bad idea to update just one of these tables, or should I attempt to update both?
Thanks in advance,
Alex.
is working on a reply...