19 declare(strict_types=1);
32 if ($this->db->tableExists(
'frm_settings') && !$this->db->tableColumnExists(
'frm_settings',
'stylesheet')) {
33 $this->db->addTableColumn(
48 $this->db->manipulateF(
"UPDATE object_data SET offline = %s WHERE type = %s", [
'integer',
'text'], [0,
'frm']);
53 if (!$this->db->tableColumnExists(
'frm_posts',
'rcid')) {
54 $this->db->addTableColumn(
69 if ($this->db->tableExists(
'frm_thread_access')) {
70 $this->db->dropTable(
'frm_thread_access');
76 if ($this->db->tableExists(
'settings')) {
77 $this->db->manipulateF(
78 "DELETE FROM settings WHERE keyword = %s",
87 if (!$this->db->tableColumnExists(
'frm_posts_drafts',
'rcid')) {
88 $this->db->addTableColumn(
prepare(ilDBInterface $db)