Compare commits

...

1 Commits

Author SHA1 Message Date
jf-cbd
9122173487 Initial commit 2024-01-30 14:02:14 +01:00

View File

@@ -701,9 +701,9 @@ class ApplicationInstaller
));
}
$oContextTag = new ContextTag(ContextTag::TAG_SETUP);
$oProductionEnv = new RunTimeEnvironment($sTargetEnvironment);
$oProductionEnv->InitDataModel($oConfig, true); // load data model only
$oContextTag = new ContextTag(ContextTag::TAG_SETUP);
// Migrate columns
self::MoveColumns($sDBPrefix);