pub fn delete_solution(conn: &Connection, ca: &ContentAddress) -> Result<()>Expand description
Delete the solution with the given CA from the database if it exists.
This also deletes all submissions associated with the specified solution.
pub fn delete_solution(conn: &Connection, ca: &ContentAddress) -> Result<()>Delete the solution with the given CA from the database if it exists.
This also deletes all submissions associated with the specified solution.