Skip to main content

migrate

Function migrate 

Source
pub async fn migrate<C>(
    conn: &C,
    db_prefix: &str,
    migrations: &[(&str, &str, &str)],
) -> Result<(), Error>
Expand description

Migrates the migration generated by build.rs