Version history
1 version on record. Newest first; the live version sits at the top with a live indicator.
- Live4/29/2026, 8:12:06 PM
Content snapshot
{ "query_kind": "sql", "query_body": "SELECT dr.id::text AS ref, dr.action AS title\nFROM debate_rounds dr\nWHERE NOT EXISTS (\n SELECT 1 FROM debate_sessions ds WHERE ds.id = dr.session_id\n)\n", "query_params": {}, "threshold": { "warning_at": 1, "critical_at": 10 }, "severity_default": "critical", "recommended_action_template": "Delete {n} orphaned debate_rounds with invalid session_id FK.\n", "state": "active", "proposer_id": "system-senate" }