Skip to content

Remove campaigns => changeset mapping

Administrator requested to merge es/drop-changeset-ids into main

Created by: eseliger

This is a duplicative source of truth to the IDs stored in the campaign and can cause inconsistencies that seem hard to debug. Also, selfishly it gives me the benefit that I can just upsert all changesets in the ApplyCampaign method, also to-be-closed/detached ones, because there is no need to distinguish them from attached ones anymore.

..Maybe this is step 0 towards a proper join table?

Merge request reports

Loading