Package org.flywaydb.commandline.utils
Class TelemetryUtils
java.lang.Object
org.flywaydb.commandline.utils.TelemetryUtils
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
getOldestMigration
(List<org.flywaydb.core.api.output.InfoOutput> infos)
-
Method Details
-
getOldestMigration
- Parameters:
infos
- a List of InfoOutput- Returns:
- the oldest migration date as UTC String If no applied migration found, returns an empty string.
-