19 declare(strict_types=1);
36 $this->db->createTable(
'wopi_app', [
53 $this->db->addPrimaryKey(
'wopi_app', [
'id']);
54 $this->db->createSequence(
'wopi_app');
60 $this->db->createTable(
'wopi_action', [
87 $this->db->addPrimaryKey(
'wopi_action', [
'id']);
88 $this->db->createSequence(
'wopi_action');
89 $this->db->addIndex(
'wopi_action', [
'app_id'],
'i1');
94 if (!$this->db->tableColumnExists(
'wopi_action',
'url_appendix')) {
95 $this->db->addTableColumn(
109 if (!$this->db->tableColumnExists(
'wopi_action',
'target_ext')) {
110 $this->db->addTableColumn(
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
prepare(ilDBInterface $db)