mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Corrected typo.
This commit is contained in:
parent
394c97c88b
commit
c4f17346dd
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ CREATE TABLE `prefix_lesson_answers` (
|
||||||
`answer` text NOT NULL default '',
|
`answer` text NOT NULL default '',
|
||||||
`response` text NOT NULL default '',
|
`response` text NOT NULL default '',
|
||||||
PRIMARY KEY (`id`),
|
PRIMARY KEY (`id`),
|
||||||
KEY {`pageid`)
|
KEY (`pageid`)
|
||||||
) COMMENT='Defines lesson_answers';
|
) COMMENT='Defines lesson_answers';
|
||||||
# --------------------------------------------------------
|
# --------------------------------------------------------
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue