Class V0_1_2__ExampleMigration
java.lang.Object
org.flywaydb.core.api.migration.BaseJavaMigration
org.openremote.container.persistence.migrations.V0_1_2__ExampleMigration
- All Implemented Interfaces:
org.flywaydb.core.api.migration.JavaMigration
public class V0_1_2__ExampleMigration
extends org.flywaydb.core.api.migration.BaseJavaMigration
-
Constructor Summary
Constructors -
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
-
Constructor Details
-
V0_1_2__ExampleMigration
public V0_1_2__ExampleMigration()
-
-
Method Details
-
migrate
- Throws:
Exception
-