mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-10 20:44:28 +09:00
Remove unnecessary condition for CUBRID DB
This commit is contained in:
parent
4225535a23
commit
f38e90b60e
1 changed files with 0 additions and 8 deletions
|
|
@ -147,14 +147,6 @@ class adminAdminController extends admin
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
// remove duplicate indexes (only for CUBRID)
|
|
||||||
$db_type = Context::getDBType();
|
|
||||||
if($db_type == 'cubrid')
|
|
||||||
{
|
|
||||||
$db = DB::getInstance();
|
|
||||||
$db->deleteDuplicateIndexes();
|
|
||||||
}
|
|
||||||
|
|
||||||
// check autoinstall packages
|
// check autoinstall packages
|
||||||
$oAutoinstallAdminController = getAdminController('autoinstall');
|
$oAutoinstallAdminController = getAdminController('autoinstall');
|
||||||
$oAutoinstallAdminController->checkInstalled();
|
$oAutoinstallAdminController->checkInstalled();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue