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