Fix deletion of expired ChangesetSpecs
There are no commits yet
Push commits to the source branch or add previously merged commits to review them.
Created by: mrnugget
The comments in the code explain what was wrong before:
CampaignSpecs
before the ChangesetSpecs
, which would lead to a foreign key constraint violation.ChangesetSpecs
that were still attached to a Changeset
, either as the PreviousSpec
or the CurrentSpec
.This commit fixes both issues and fixes #12763.
Push commits to the source branch or add previously merged commits to review them.