Class TelemetryUtils

java.lang.Object
org.flywaydb.commandline.utils.TelemetryUtils

public class TelemetryUtils extends Object
  • Method Details

    • getOldestMigration

      public static String getOldestMigration(List<org.flywaydb.core.api.output.InfoOutput> infos)
      Parameters:
      infos - a List of InfoOutput
      Returns:
      the oldest migration date as UTC String If no applied migration found, returns an empty string.