a8n: Delete ChangesetJobs when Campaign is deleted
Created by: mrnugget
This fixes #6659 (closed) by changing foreign key constraint on changeset_jobs.campaign_id
to have a ON DELETE CASCADE
.
I know this is a good "first issue", but I run into this repeatedly and want to fix it rather soon.