|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.datacrow.core.db.upgrade.DatabaseUpgradeAfterInitialization
public class DatabaseUpgradeAfterInitialization
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.
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 |
---|
public DatabaseUpgradeAfterInitialization()
Method Detail |
---|
public void start()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |