Skip to main content

apply_schema

Function apply_schema 

Source
pub async fn apply_schema(
    pool: &PgPool,
    migrations: &[Migration],
    replacements: &[RelationReplacement<'_>],
) -> Result<()>