Remove the DraftID association if an entity is deleted
>>> [!note] Migrated issue
<!-- Drupal.org comment -->
<!-- Migrated from issue #3552284. -->
Reported by: [isholgueras](https://www.drupal.org/user/733162)
Related to !85
>>>
<h3 id="summary-problem-motivation">Problem/Motivation</h3>
<p>If we delete an entity (node/canvas_page) that has an associated Draft ID, we should remove that association in <code>conductor_draft_map</code>.</p>
<p>To avoid deleting drafts association, the deletion must be logical, with a new column <code>status</code></p>
issue