apply_migration

Function apply_migration 

Source
pub async fn apply_migration(
    migration_name: String,
    file_names: Vec<&str>,
    pool: &Pool<PostgresConnectionManager<NoTls>>,
) -> Result<(), Box<dyn Error + Send + Sync>>