The "boolean" type must not be used in abstract schema for postgres compatibility (T257755#6863029). This was originally enforced by the abstract schema validation. However, it got excluded in r817361 for BC/historical reasons, and never added back. It would be nice to fix this. Maybe even just printing a warning (while still succeeding) for the time being.
Description
Description
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