Details
-
Bug
-
Resolution: Fixed
-
None
-
High
-
TermEntries are not deleted automatically on TermCollection deletion due a missing foreign key connection in database.
-
Empty show more show less
Description
Foreign key added on collectionId-column for terms_term_entry-table
Sql migration should be created to:
- Delete all orphaned termEntries
- Put a foreign key on collectionId-column for terms_term_entry-table