A given edit should only be associated with a single event. User should be able to associate edits on same article with different events, if the edits are different.
Error message: "An edit can only be associated with one event."
Notes: You will need to apply the schema change manually in your local environment:
CREATE UNIQUE INDEX cec_wiki_revision ON ce_event_contributions (cec_wiki, cec_revision_id);
