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.
Description
Description
Details
Details
Related Changes in Gerrit:
Related Objects
Related Objects
- Mentioned In
- T383778: The `growthexperiments_mentor_mentee.gemm_mentee_is_active` DB column usees the "boolean" type, which is not supported with postgres
T381759: Add "event_is_test_event" field to "campaign_events" table - Mentioned Here
- T257755: Changing the PostgreSQL MediaWiki schema to use BYTEA where MySQL uses VARBINARY / VARCHAR BINARY would break SQL queries
T298717: Convert spoofuser.su_legal from BOOL to TINYINT
T381759: Add "event_is_test_event" field to "campaign_events" table
Event Timeline
Comment Actions
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