mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-24 02:58:43 +02:00
Refactor Core Update (+8 squashed commit)
Squashed commit: [b907bb759] Refactor Core Update [5da2473aa] Refactor Core Update [3fce45615] Refactor Core Update [5f050a828] Refactor Core Update [4b9b85174] Refactor Core Update [f637ed358] Refactor Core Update [56543edce] Refactor Core Update [7f06900ef] Refactor Core Update
This commit is contained in:
@@ -544,7 +544,16 @@ class RunTimeEnvironment
|
||||
|
||||
/**
|
||||
* Helper function to create the database structure
|
||||
*
|
||||
* @param \Config $oConfig
|
||||
* @param $sMode
|
||||
*
|
||||
* @return boolean true on success, false otherwise
|
||||
* @throws \CoreException
|
||||
* @throws \MySQLException
|
||||
* @throws \MySQLHasGoneAwayException
|
||||
* @throws \OQLException
|
||||
* @throws \Exception
|
||||
*/
|
||||
public function CreateDatabaseStructure(Config $oConfig, $sMode)
|
||||
{
|
||||
@@ -554,7 +563,7 @@ class RunTimeEnvironment
|
||||
}
|
||||
else
|
||||
{
|
||||
$this->log_info("Creating the structure in '".$oConfig->Get('db_subname')."'.");
|
||||
$this->log_info("Creating the structure in '".$oConfig->Get('db_name')."'.");
|
||||
}
|
||||
|
||||
//MetaModel::CheckDefinitions();
|
||||
|
||||
Reference in New Issue
Block a user