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 IntegerUnique checksum of the executed migration.final StringDescription of the executed migration.final IntegerTime spent by the migration execution in millis.final InstantDate when the migration has been executed.final StringAuthor of the executed migration.final StringScript name for the executed migration.final BooleanFlag indicating if the migration has been successfully executed.final org.flywaydb.core.extensibility.MigrationTypeType of the executed migration.final StringVersion 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()
-