Package fr.ght1pc9kc.testy.jooq.model
Class FlywayVersion
java.lang.Object
fr.ght1pc9kc.testy.jooq.model.FlywayVersion
Model matching a version of Flyway migration.
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal Integer
Unique checksum of the executed migration.final String
Description of the executed migration.final Integer
Time spent by the migration execution in millis.final Instant
Date when the migration has been executed.final String
Author of the executed migration.final String
Script name for the executed migration.final Boolean
Flag indicating if the migration has been successfully executed.final org.flywaydb.core.extensibility.MigrationType
Type of the executed migration.final String
Version of the executed migration. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
version
Version of the executed migration. -
description
Description of the executed migration. -
type
public final org.flywaydb.core.extensibility.MigrationType typeType of the executed migration. -
script
Script name for the executed migration. -
checksum
Unique checksum of the executed migration. -
installedBy
Author of the executed migration. -
installationDate
Date when the migration has been executed. -
executionTime
Time spent by the migration execution in millis. -
success
Flag indicating if the migration has been successfully executed.
-
-
Constructor Details
-
FlywayVersion
public FlywayVersion()
-