net.datacrow.core.db.upgrade
Class DatabaseUpgradeAfterInitialization

java.lang.Object
  extended by net.datacrow.core.db.upgrade.DatabaseUpgradeAfterInitialization

public class DatabaseUpgradeAfterInitialization
extends java.lang.Object

If possible, perform upgrades / changes in the DataManagerConversion class! Converts the current database after the actual module tables are created / updated. This means that the code here defies work flow logic and is strictly to be used for table conversions and migration out of the scope of the normal module upgrade code. The automatic database correction script runs after this manual upgrade.

Author:
Robert Jan van der Waals

Constructor Summary
DatabaseUpgradeAfterInitialization()
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseUpgradeAfterInitialization

public DatabaseUpgradeAfterInitialization()
Method Detail

start

public void start()