pub fn ensure_relation_exists(conn: &Connection, relation_id: i64) -> Result<()>Expand description
Check that a relation exists. Returns error if not found.
pub fn ensure_relation_exists(conn: &Connection, relation_id: i64) -> Result<()>Check that a relation exists. Returns error if not found.