-- Deployment 28: still-pending ENUM expansion for kpi_entry_audit.action
-- (flagged in deployment 27 notes as not yet run on the live DB)
-- Safe to re-run.

ALTER TABLE `kpi_entry_audit`
  MODIFY COLUMN `action` enum('draft_saved','submitted','reviewed','approved','returned','locked','unlocked','score_revised') NOT NULL;
