essential_builder_db

Function delete_solution

source
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.