19 declare(strict_types=1);
25 protected \ilDBInterface
$db;
34 if ($this->db->tableColumnExists(
'tst_tests',
'show_examview_pdf')) {
35 $this->db->dropTableColumn(
'tst_tests',
'show_examview_pdf');
41 if (!$this->db->tableExists(
'manscoring_done')) {
42 $this->db->createTable(
'manscoring_done', [
55 $this->db->addPrimaryKey(
'manscoring_done', [
'active_id']);
64 if ($this->db->tableColumnExists(
'tst_tests',
'char_selector_availability')) {
65 $this->db->dropTableColumn(
'tst_tests',
'char_selector_availability');
68 if ($this->db->tableColumnExists(
'tst_tests',
'char_selector_definition')) {
69 $this->db->dropTableColumn(
'tst_tests',
'char_selector_definition');
75 if (!$this->db->tableColumnExists(
'tst_tests',
'introduction_page_id')) {
76 $this->db->addTableColumn(
78 'introduction_page_id',
85 if (!$this->db->tableColumnExists(
'tst_tests',
'concluding_remarks_page_id')) {
86 $this->db->addTableColumn(
88 'concluding_remarks_page_id',
99 if ($this->db->tableColumnExists(
'tst_tests',
'show_examview_html')) {
100 $this->db->dropTableColumn(
105 if ($this->db->tableColumnExists(
'tst_tests',
'showinfo')) {
106 $this->db->dropTableColumn(
111 if ($this->db->tableColumnExists(
'tst_tests',
'forcejs')) {
112 $this->db->dropTableColumn(
117 if ($this->db->tableColumnExists(
'tst_tests',
'enable_archiving')) {
118 $this->db->dropTableColumn(
123 if ($this->db->tableColumnExists(
'tst_tests',
'customstyle')) {
124 $this->db->dropTableColumn(
129 if ($this->db->tableColumnExists(
'tst_tests',
'enabled_view_mode')) {
130 $this->db->dropTableColumn(
139 if ($this->db->tableColumnExists(
'tst_tests',
'allowedusers')) {
140 $this->db->dropTableColumn(
'tst_tests',
'allowedusers');
143 if ($this->db->tableColumnExists(
'tst_tests',
'alloweduserstimegap')) {
144 $this->db->dropTableColumn(
'tst_tests',
'alloweduserstimegap');
147 if ($this->db->tableColumnExists(
'tst_tests',
'limit_users_enabled')) {
148 $this->db->dropTableColumn(
'tst_tests',
'limit_users_enabled');
154 if ($this->db->tableExists(
'tst_dyn_quest_set_cfg')) {
155 $this->db->dropTable(
'tst_dyn_quest_set_cfg');
157 if ($this->db->tableExists(
'tst_seq_qst_tracking')) {
158 $this->db->dropTable(
'tst_seq_qst_tracking');
160 if ($this->db->tableExists(
'tst_seq_qst_answstatus')) {
161 $this->db->dropTable(
'tst_seq_qst_answstatus');
163 if ($this->db->tableExists(
'tst_seq_qst_postponed')) {
164 $this->db->dropTable(
'tst_seq_qst_postponed');
170 if ($this->db->tableColumnExists(
'tst_tests',
'redirection_url')) {
171 $this->db->modifyTableColumn(
186 if (!$this->db->tableColumnExists(
'tst_tests',
'show_questionlist')) {
187 $this->db->addTableColumn(
200 if ($this->db->tableColumnExists(
'tst_tests',
'sign_submission')) {
201 $this->db->dropTableColumn(
210 if ($this->db->tableColumnExists(
'tst_tests',
'show_summary')) {
211 $this->db->renameTableColumn(
214 'usr_pass_overview_mode' 221 if (!$this->db->tableColumnExists(
'tst_tests',
'show_questionlist')) {
222 $this->db->addTableColumn(
235 if (!$this->db->tableColumnExists(
'tst_tests',
'hide_info_tab')) {
236 $this->db->addTableColumn(
'tst_tests',
'hide_info_tab', [
244 if (!$this->db->tableColumnExists(
'tst_tests',
'conditions_checkbox_enabled')) {
245 $this->db->addTableColumn(
'tst_tests',
'conditions_checkbox_enabled', [
256 if ($this->db->tableColumnExists(
'tst_tests',
'hide_info_tab')) {
257 $this->db->modifyTableColumn(
'tst_tests',
'hide_info_tab', [
265 if ($this->db->tableColumnExists(
'tst_tests',
'conditions_checkbox_enabled')) {
266 $this->db->modifyTableColumn(
'tst_tests',
'conditions_checkbox_enabled', [
277 if ($this->db->tableColumnExists(
'tst_tests',
'result_tax_filters')) {
278 $this->db->dropTableColumn(
'tst_tests',
'result_tax_filters');
284 if ($this->db->tableColumnExists(
'tst_tests',
'show_cancel')) {
285 $this->db->modifyTableColumn(
299 if ($this->db->tableColumnExists(
'tst_tests',
'use_previous_answers')) {
300 $this->db->modifyTableColumn(
302 'use_previous_answers',
315 if ($this->db->tableColumnExists(
'tst_tests',
'show_cancel')) {
316 $this->db->renameTableColumn(
319 'suspend_test_allowed' 326 if (!$this->db->tableExists(
'tst_qst_var_presented')) {
327 $this->db->createTable(
'tst_qst_var_presented', [
354 $this->db->addPrimaryKey(
355 'tst_qst_var_presented',
356 [
'question_id',
'active_id',
'pass',
'variable']
363 $this->db->manipulate(
'UPDATE tst_pass_result SET points = 0 WHERE points < 0');
364 $this->db->manipulate(
'UPDATE tst_result_cache SET reached_points = 0 WHERE reached_points < 0');
step_3()
Drop the test settings for the special character seletor.
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
prepare(\ilDBInterface $db)
Prepare the execution of the steps.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...