I would like to delete some corrupted nodes manually by doing it directly in the database, because they give me problems in the backend, and I'm looking for a SQL query to do just that.
Like mentioned here in this old post, but for v8 and not v4. The table structure has changed
Delete node manually in database
I would like to delete some corrupted nodes manually by doing it directly in the database, because they give me problems in the backend, and I'm looking for a SQL query to do just that.
Like mentioned here in this old post, but for v8 and not v4. The table structure has changed
https://our.umbraco.com/forum/developers/api-questions/19620-delete-nodes-from-database
Hi
What I have done is just executed this query
Not sure whether better ways are there but, this solved my need,
Thanks
is working on a reply...