pub async fn update_checksum(
    conn: &mut PgConnection,
    exercise: Uuid,
    checksum: &[u8]
) -> ModelResult<()>