Skip to main content

migrate_with_history_table

Function migrate_with_history_table 

Source
pub async fn migrate_with_history_table(
    pool: &PgPool,
    path: impl AsRef<Path>,
    history_table: &'static str,
) -> Result<(), PostgresError>