java.lang.Object
net.anotheria.portalkit.services.accountarchive.persistence.jdbc.migrations.common.V1_0__CreateStructure
All Implemented Interfaces:
com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration

public class V1_0__CreateStructure extends Object implements com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration
Since:
22.04.14 13:47
Author:
VKoulakov
  • Constructor Details

    • V1_0__CreateStructure

      public V1_0__CreateStructure()
  • Method Details

    • migrate

      public void migrate(Connection connection) throws Exception
      Specified by:
      migrate in interface com.googlecode.flyway.core.api.migration.jdbc.JdbcMigration
      Throws:
      Exception