Class V2__repair_baselined_schema

java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
db.migration.V2__repair_baselined_schema
All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration

public final class V2__repair_baselined_schema extends org.flywaydb.core.api.migration.BaseJavaMigration
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    migrate(org.flywaydb.core.api.migration.Context context)
     

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

    canExecuteInTransaction, extractVersionAndDescription, getChecksum, getDescription, getVersion, init

    Methods inherited from class Object

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

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

    getResolvedMigration, getType
  • Constructor Details

    • V2__repair_baselined_schema

      public V2__repair_baselined_schema()
  • Method Details

    • migrate

      public void migrate(org.flywaydb.core.api.migration.Context context) throws Exception
      Throws:
      Exception