Skip to content
Docs Try Aspire
Docs Try

addFlyway

Method
📦 CommunityToolkit.Aspire.Hosting.Flyway v13.4.0
interface IDistributedApplicationBuilder {
// ... omitted for brevity
addFlyway(
name: string,
migrationScriptsPath: string): FlywayResource;
}

Signature

method addFlyway builder
addFlyway(
name: string,
migrationScriptsPath: string): FlywayResource
name string
migrationScriptsPath string
FlywayResource

Applies to

This method applies to the following types: