Done
Details
Priority
MediumAssignee
Nabil Ben YoussefNabil Ben YoussefReporter
Nabil Ben YoussefNabil Ben YoussefApprovers
Sébastien DuthilFix versions
Sprint
NoneLabels
Details
Details
Priority
Assignee
Nabil Ben Youssef
Nabil Ben YoussefReporter
Nabil Ben Youssef
Nabil Ben YoussefApprovers
Sébastien Duthil
Fix versions
Sprint
None
Labels
Zendesk Support
Zendesk Support
Zendesk Support
Created July 26, 2023 at 1:08 PM
Updated September 20, 2023 at 5:57 PM
Resolved September 18, 2023 at 8:18 PM
Fact: when a tenant is deleted, their contexts are deleted too.
But we may have an issue with the ‘extensions’ => the extensions resources are not properly removed when the tenant is deleted.
The table ‘extensions' contains a field
context
without a foreign key pointing to the table ‘context’.Setting up a foreign key here will allow the database to automatically delete the extensions when a context is deleted.
With a foreign key, the extensions will be deleted when the related context will be deleted