mirror of
https://github.com/Combodo/iTop.git
synced 2026-05-19 07:12:26 +02:00
Initial commit
This commit is contained in:
@@ -701,9 +701,9 @@ class ApplicationInstaller
|
|||||||
));
|
));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
$oContextTag = new ContextTag(ContextTag::TAG_SETUP);
|
||||||
$oProductionEnv = new RunTimeEnvironment($sTargetEnvironment);
|
$oProductionEnv = new RunTimeEnvironment($sTargetEnvironment);
|
||||||
$oProductionEnv->InitDataModel($oConfig, true); // load data model only
|
$oProductionEnv->InitDataModel($oConfig, true); // load data model only
|
||||||
$oContextTag = new ContextTag(ContextTag::TAG_SETUP);
|
|
||||||
|
|
||||||
// Migrate columns
|
// Migrate columns
|
||||||
self::MoveColumns($sDBPrefix);
|
self::MoveColumns($sDBPrefix);
|
||||||
|
|||||||
Reference in New Issue
Block a user