Page MenuHomePhabricator

Enforce rejection of "boolean" in abstract DB schema
Open, Needs TriagePublic

Description

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.