3declare(strict_types=1);
 
   26    protected \ilDBInterface 
$db;
 
   36        if (!$this->db->indexExistsByFields(
'event_appointment', [
'event_id'])) {
 
   37            $this->db->addIndex(
'event_appointment', [
'event_id'], 
'i1');
 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
 
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...