Page MenuHomePhabricator

Convert `ce_participants.cep_private` from boolean to mwtinyint
Open, Needs TriagePublic

Description

Our DBAL does not support boolean types in postgres, see T381759#10461839, T257755#6863029, T298717. The ce_participants.cep_private field, currently using the boolean type, must be changed to mwtinyint for postgres compatibility.

Event Timeline

Restricted Application added a subscriber: Aklapper. · View Herald Transcript

I would like to work on this issue !!

Change #1113500 had a related patch set uploaded (by Roshan_s; author: Roshan_s):

[mediawiki/extensions/CampaignEvents@master] Fix: Replace boolean with mwtinyint in ce_participants.cep_private for PostgreSQL compatibility

https://gerrit.wikimedia.org/r/1113500