19 declare(strict_types=1);
23 protected \ilDBInterface
$db;
32 if ($this->db->tableColumnExists(
'glossary',
'downloads_active')) {
33 $this->db->dropTableColumn(
'glossary',
'downloads_active');
35 if ($this->db->tableColumnExists(
'glossary',
'public_xml_file')) {
36 $this->db->dropTableColumn(
'glossary',
'public_xml_file');
38 if ($this->db->tableColumnExists(
'glossary',
'public_html_file')) {
39 $this->db->dropTableColumn(
'glossary',
'public_html_file');
prepare(\ilDBInterface $db)
Prepare the execution of the steps.