Hi All,
I have accidentally deleted all entries in the dm_relation table (via DQL). Luckily only in our development system!
Is there any way to get the entries back?
Thanks for your feedback
Adrian
The answer to your question is NO Out of the box, if you delete any object (not content) from DCTM, their corresponding database rows are deleted. They are NOT marked for deletion. This is why you should either keep a daily backup or dont give people delete permisssions.
Johnny,
thanks for the reply.
I was able to rebuild the content of dm_relation by comparing our QA system with the table entries from DEV,
and identifying the right r_object_id references.
Regards
adrian
Lucky you have QA system to compare against. I do suggest that you take some sort of backup of your DEV environment (even if its just a single snapshot). At least you have some sort of baseline against your code in case something else gets deleted.