26 protected \ilDBInterface
$db;
35 $this->db->addTableColumn(
38 array(
"type" =>
"text",
44 $this->db->query(
"UPDATE settings SET value2 = SUBSTRING(value, 1, 4000)");
45 $this->db->dropTableColumn(
'settings',
'value');
46 $this->db->renameTableColumn(
'settings',
'value2',
'value');
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
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...