Hi all,
We are trying to delete an obsolete variants from our system, but are having a bit of a problem as the back end is not permitting us to delete them.
Regarding one such variant (probably the simplest case), which is used only for slots, I’ve used the database, specifically the table PSX_objectrelationship to check if this variant is still being used. From what I can see, it is not in any current versions of content items, so I’m guessing that it’s the historic usage that is preventing it being deleted. Assuming that I’m looking in the right table to establish that this variant is no longer used, what are the options open to us to remove this variant and the others?
Is it possible to run sql that would do any of the following:
- Remove the relationships from PSX_objectrelationship and any other relevant tables, or at update the variant_id column to the id of an updated variant?
- Remove content items that we decide are obsolete?
Any ideas are much appreciated.
Regards,
Ryan