Context: We need to store references-related contribution data in CampaignEvents contributions. To support this, we are adding a new cec_references_delta field to an existing table (ce_event_contributions) through the standard schema-change workflow.
Acceptance criteria
- The ce_event_contributions table gets a new cec_references_delta column (SMALLINT, nullable, DEFAULT NULL).
- The column is created in beta and in production
Checklist
- Design the schema
- Tag this task with Schema-change
- Make schema change patch for it
- Get initial reviews and DBA feedback
- Merge the schema patch
- This will automatically apply the schema change in beta
- Wait until the patch reaches production
- Create a subtask requesting the schema change in production, following instructions in https://wikitech.wikimedia.org/wiki/Schema_changes#Workflow_of_a_schema_change (3rd bullet)