19declare(strict_types=1);
23 protected \ilDBInterface
$db;
35 if (!$this->db->tableExists(
'il_meta_oer_exposed')) {
36 $this->db->createTable(
37 'il_meta_oer_exposed',
60 $this->db->addPrimaryKey(
'il_meta_oer_exposed', [
'obj_id']);
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
step_1()
Add a new table for exposed OER metadata.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...