19declare(strict_types=1);
41 if ($this->db->tableExists(
'ut_progress_block')) {
44 $this->db->createTable(
'ut_progress_block', [
58 $this->db->addPrimaryKey(
'ut_progress_block', [
'obj_id']);
67 !$this->db->tableExists(
'ut_progress_block') ||
68 !$this->db->tableColumnExists(
'ut_progress_block',
'obj_id')
72 $this->db->modifyTableColumn(
prepare(ilDBInterface $db)
step_1()
Create new export file table.
step_2()
Fix column types in progress block table.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...