Class FlywayVersion

java.lang.Object
fr.ght1pc9kc.testy.jooq.model.FlywayVersion

public class FlywayVersion extends Object
Model matching a version of Flyway migration.
  • Field Details

    • version

      public final String version
      Version of the executed migration.
    • description

      public final String description
      Description of the executed migration.
    • type

      public final org.flywaydb.core.extensibility.MigrationType type
      Type of the executed migration.
    • script

      public final String script
      Script name for the executed migration.
    • checksum

      public final Integer checksum
      Unique checksum of the executed migration.
    • installedBy

      public final String installedBy
      Author of the executed migration.
    • installationDate

      public final Instant installationDate
      Date when the migration has been executed.
    • executionTime

      public final Integer executionTime
      Time spent by the migration execution in millis.
    • success

      public final Boolean success
      Flag indicating if the migration has been successfully executed.
  • Constructor Details

    • FlywayVersion

      public FlywayVersion()