-- 135_primary_party_check — DOWN -- -- Drops the CHECK constraint added in 135.up. No data revert needed -- — the column stays text, the four-value vocab is enforced only by -- application code thereafter. ALTER TABLE paliad.deadline_rules DROP CONSTRAINT IF EXISTS deadline_rules_primary_party_chk;