net.datacrow.core.db.upgrade
Class DatabaseUpgradeBeforeInitialization

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

public class DatabaseUpgradeBeforeInitialization
extends java.lang.Object

If possible, perform upgrades / changes in the DataManagerConversion class! Converts the current database before the actual module tables are created / updated. This means that the code here defies workflow 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
DatabaseUpgradeBeforeInitialization()
           
 
Method Summary
 void start()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DatabaseUpgradeBeforeInitialization

public DatabaseUpgradeBeforeInitialization()
Method Detail

start

public void start()