19declare(strict_types=1);
23 protected \ilDBInterface
$db;
35 if ($this->db->tableExists(
'catch_write_events')) {
36 $this->db->dropTable(
'catch_write_events');
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
step_1()
Remove the unused table 'catch_write_events'.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...