Skip to content
DocsTry Aspire
DocsTry

withFlywayMigration

Method
📦 CommunityToolkit.Aspire.Hosting.PostgreSQL.Extensions v13.4.0
interface PostgresDatabaseResource {
// ... omitted for brevity
withFlywayMigration(
flywayName: string,
migrationScriptsPath: string): PostgresDatabaseResource;
}

Signature

methodwithFlywayMigrationbuilder
withFlywayMigration(
flywayName: string,
migrationScriptsPath: string): PostgresDatabaseResource
flywayNamestring
migrationScriptsPathstring
PostgresDatabaseResource

Applies to

This method applies to the following types: