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.