19 declare(strict_types=1);
46 if ($this->db->sequenceExists(
"adm_settings_template")) {
47 $this->db->dropSequence(
"adm_settings_template");
50 if ($this->db->tableExists(
"adm_settings_template")) {
51 $this->db->dropTable(
"adm_settings_template");
57 $this->db->addTableColumn(
60 array(
"type" =>
"text",
66 $this->db->query(
"UPDATE settings SET value2 = SUBSTRING(value, 1, 4000)");
67 $this->db->dropTableColumn(
'settings',
'value');
68 $this->db->renameTableColumn(
'settings',
'value2',
'value');
76 $this->db->manipulate(
"DELETE FROM settings WHERE keyword LIKE 'char_selector%'");
step_4()
Remove the global special charactor selector settings.
prepare(ilDBInterface $db)
Class ilAdministrationDBUpdateSteps.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null