◆ prepare()
◆ step_1()
Definition at line 33 of file class.ilWOPIDB90.php.
36 $this->db->createTable(
'wopi_app', [
53 $this->db->addPrimaryKey(
'wopi_app', [
'id']);
54 $this->db->createSequence(
'wopi_app');
◆ step_2()
Definition at line 57 of file class.ilWOPIDB90.php.
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');
◆ step_3()
Definition at line 92 of file class.ilWOPIDB90.php.
94 if (!$this->db->tableColumnExists(
'wopi_action',
'url_appendix')) {
95 $this->db->addTableColumn(
◆ step_4()
Definition at line 107 of file class.ilWOPIDB90.php.
109 if (!$this->db->tableColumnExists(
'wopi_action',
'target_ext')) {
110 $this->db->addTableColumn(
◆ $db
The documentation for this class was generated from the following file: