set_version

Function set_version 

Source
pub async fn set_version(
    con: &mut AnyConnection<'_>,
    name: &str,
    version: i64,
) -> Result<()>
Expand description

After your setup is done, set the version to your current setup script. This can (and should) be called inside a transaction