3 declare(strict_types=1);
29 protected \ilDBInterface
$db;
38 if ($this->db->tableColumnExists(
'webr_items',
'disable_check')) {
39 $this->db->dropTableColumn(
'webr_items',
'disable_check');
46 if ($this->db->tableColumnExists(
'webr_items',
'last_check')) {
47 $this->db->dropTableColumn(
'webr_items',
'last_check');
54 if ($this->db->tableColumnExists(
'webr_items',
'valid')) {
55 $this->db->dropTableColumn(
'webr_items',
'valid');
63 if ($this->db->tableExists(
'webr_params')) {
64 $this->db->manipulate(
"DELETE FROM webr_params WHERE value = " . $this->db->quote(2,
'integer'));
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...