- Setup tested under IE8

- Added migration code, during the setup, for the hierarchical keys

SVN:trunk[1358]
This commit is contained in:
Denis Flaven
2011-07-25 14:14:05 +00:00
parent 189b802452
commit 46781c349f
4 changed files with 52 additions and 13 deletions

View File

@@ -676,6 +676,8 @@ function CreateDatabaseStructure(Config $oConfig, $aSelectedModules, $sMode)
{
MetaModel::DBCreate();
SetupWebPage::log_ok("Database structure successfully created.");
// Check (and update only if it seems needed) the hierarchical keys
MetaModel::CheckHKeys(false /* bForceUpdate */);
}
else
{