19declare(strict_types=1);
27 protected \ilDBInterface
$db;
37 if (!$this->db->indexExistsByFields(
'webr_items', [
'webr_id'])) {
38 $this->db->addIndex(
'webr_items', [
'webr_id'],
'i3');
47 $this->db->modifyTableColumn(
"object_data",
"import_id", [
General purpose update steps for weblinks.
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
step_2()
Increases the maximum length of object import-ids from 50 to 255 characters.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...