|
|
|
@ -263,6 +263,7 @@ class Version111 extends AbstractMigrationChamilo |
|
|
|
|
$this->addSql("INSERT INTO settings_options (variable, value, display_text) VALUES ('ticket_allow_student_add', 'true', 'Yes'), ('ticket_allow_student_add', 'false', 'No')"); |
|
|
|
|
$this->addSql("INSERT INTO settings_options (variable, value, display_text) VALUES ('ticket_allow_category_edition', 'true', 'Yes'), ('ticket_allow_category_edition', 'false', 'No')"); |
|
|
|
|
|
|
|
|
|
$this->addSql("ALTER TABLE c_quiz_question_rel_category ADD INDEX idx_qqrc_qid (question_id)"); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|