Class DefaultFlywaySettings
java.lang.Object
io.github.suppierk.codegen.config.DefaultFlywaySettings
Provides default Flyway configuration values used by the plugin when users do not override the
corresponding properties in
FlywayConfig. Mirrors Flyway's own defaults so that the
plugin behaviour matches the CLI.- See Also:
-
Field Details
-
SQL_MIGRATION_PREFIX
Default versioned SQL migration prefix used by Flyway.- See Also:
-
REPEATABLE_SQL_MIGRATION_PREFIX
Default repeatable SQL migration prefix used by Flyway.- See Also:
-
SCHEMA_HISTORY_TABLE
Default Flyway schema history table name.- See Also:
-