3declare(strict_types=1);
 
   28    protected \ilDBInterface 
$db;
 
   37        if (!$this->db->indexExistsByFields(
'booking_reservation', [
'context_obj_id'])) {
 
   38            $this->db->addIndex(
'booking_reservation', [
'context_obj_id'], 
'i5');
 
   44        if (!$this->db->indexExistsByFields(
'booking_schedule', [
'pool_id'])) {
 
   45            $this->db->addIndex(
'booking_schedule', [
'pool_id'], 
'i1');
 
   51        if (!$this->db->indexExistsByFields(
'booking_object', [
'schedule_id'])) {
 
   52            $this->db->addIndex(
'booking_object', [
'schedule_id'], 
'i2');
 
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...