18 declare(strict_types=1);
25 protected \ilDBInterface
$db;
35 if (!$this->db->indexExistsByFields(
'cal_entries', [
'starta'])) {
36 $this->db->addIndex(
'cal_entries', [
'starta'],
'i3');
38 if (!$this->db->indexExistsByFields(
'cal_entries', [
'enda'])) {
39 $this->db->addIndex(
'cal_entries', [
'enda'],
'i4');
45 $this->db->modifyTableColumn(
56 $this->db->modifyTableColumn(
prepare(\ilDBInterface $db)
Prepare the execution of the steps.