See parent task for details.
ALTERs to run:
ALTER TABLE /*_*/ce_participants ADD cep_hide_contribution_association_prompt TINYINT(1) DEFAULT 0 NOT NULL;
- Where to run those changes:
- x1.testwiki
- x1.test2wiki
- x1.officewiki
- x1.wikishared
- When to run those changes: Whenever you can
- If the schema change is backwards compatible: Yes (the new column has a default value and is currently unused)
- If the schema change has been tested already on some of the test/beta wikis: In beta
- if the data should be made available on the labs replicas and/or dumps: No, but we don't replicate data from x1 anyway.
- Is this schema change blocking a feature rollout? Yes