com.googlecode.flyway.sample.migration
Class V1_2__Another_user

java.lang.Object
  extended by com.googlecode.flyway.sample.migration.V1_2__Another_user
All Implemented Interfaces:
JavaMigration

public class V1_2__Another_user
extends java.lang.Object
implements JavaMigration

Example of a Java-based migration.


Constructor Summary
V1_2__Another_user()
           
 
Method Summary
 void migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

V1_2__Another_user

public V1_2__Another_user()
Method Detail

migrate

public void migrate(org.springframework.jdbc.core.JdbcTemplate jdbcTemplate)
             throws java.lang.Exception
Specified by:
migrate in interface JavaMigration
Throws:
java.lang.Exception


Copyright © 2011. All Rights Reserved.