* Add built-in metric sql for install and upgrade.
This commit is contained in:
@@ -388,9 +388,10 @@ class installModel extends model
|
||||
/* Prepare built-in sqls of bi. */
|
||||
$chartSQLs = $this->bi->prepareBuiltinChartSQL();
|
||||
$pivotSQLs = $this->bi->prepareBuiltinPivotSQL();
|
||||
$metricSQLs = $this->bi->prepareBuiltinMetricSQL();
|
||||
$screenSQLs = $this->bi->prepareBuiltinScreenSQL();
|
||||
|
||||
$insertTables = array_merge($chartSQLs, $pivotSQLs, $screenSQLs);
|
||||
$insertTables = array_merge($chartSQLs, $pivotSQLs, $metricSQLs, $screenSQLs);
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user