mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
Fixed a typo on the multianswer table definition
This commit is contained in:
parent
1efcfce8a3
commit
9e1942c056
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ CREATE TABLE `prefix_quiz_multianswers` (
|
|||
`norm` int(10) unsigned NOT NULL default '1',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY `question` (`question`)
|
||||
) TYPE=MyISAM COMMENT='Options for multianswer questions'
|
||||
) TYPE=MyISAM COMMENT='Options for multianswer questions';
|
||||
# --------------------------------------------------------
|
||||
|
||||
INSERT INTO prefix_log_display VALUES ('quiz', 'view', 'quiz', 'name');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue