19declare(strict_types=1);
47 if (!$this->db->tableColumnExists(
'mail',
'schedule_datetime')) {
48 $this->db->addTableColumn(
58 if (!$this->db->tableColumnExists(
'mail',
'schedule_timezone')) {
59 $this->db->addTableColumn(
prepare(ilDBInterface $db)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...