java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.qubership.integration.platform.variables.management.db.migration.postrgesql.configs.ConfigsJavaMigration
All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration

public abstract class ConfigsJavaMigration extends org.flywaydb.core.api.migration.BaseJavaMigration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class org.flywaydb.core.api.migration.BaseJavaMigration

    canExecuteInTransaction, extractVersionAndDescription, getChecksum, getDescription, getVersion, init

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.flywaydb.core.api.migration.JavaMigration

    getResolvedMigration, getType, migrate
  • Constructor Details

    • ConfigsJavaMigration

      public ConfigsJavaMigration()