Skip to main content

adopt_postgres_in_schema

Function adopt_postgres_in_schema 

Source
pub async fn adopt_postgres_in_schema(
    client: &mut Client,
    schema: &str,
) -> Result<Vec<AppliedMigration>, MigrationError>