Народ а какой практический юз кейс repetable миграций в flyway?
Repeatable migrations are very useful for managing database objects whose definition can then simply be maintained in a single file in version control. Instead of being run just once, they are (re-)applied every time their checksum changes.
They are typically used for
(Re-)creating views/procedures/functions/packages/…
Bulk reference data reinserts