Applied Migrations
Published 31 October 2023
Check: Applied Migrations
This is available in Flyway CLI only
Description
A comma-separated list of migration ids (migration versions or repeatable descriptions) to apply to create snapshots (generated via info
)
See Check Concept for more information on how to configure the change reports
Default
None
Usage
Commandline
./flyway check -changes -check.appliedMigrations="1,2,3"
TOML Configuration File
[flyway.check]
appliedMigrations = ["1", "2", "3"]
Configuration File
flyway.check.appliedMigrations=1,2,3