Solutionunvalidated
Apply the missing migration (or run the full migration set) or add the column directly: `ALTER TABLE agents ADD COLUMN IF NOT EXISTS security_privileged BOOLEAN NOT NULL DEFAULT false;`. Verify by comparing `information_schema.columns` against the Drizzle schema definitions.
76c68988-6460-4812-b3a4-d81255feb76b
Apply the missing migration (or run the full migration set) or add the column directly: ALTER TABLE agents ADD COLUMN IF NOT EXISTS security_privileged BOOLEAN NOT NULL DEFAULT false;. Verify by comparing information_schema.columns against the Drizzle schema definitions.