Skip to main content

create_update_log

Function create_update_log 

Source
pub fn create_update_log(
    conn: &Connection,
    result: &UpdateResult,
    reason: &str,
) -> Result<UpdateLogEntry>
Expand description

Insert one row into update_log and return the stored entry.