mirror of
https://github.com/moodle/moodle.git
synced 2025-01-31 20:53:53 +01:00
Corrected typo.
This commit is contained in:
parent
394c97c88b
commit
c4f17346dd
@ -47,7 +47,7 @@ CREATE TABLE `prefix_lesson_answers` (
|
||||
`answer` text NOT NULL default '',
|
||||
`response` text NOT NULL default '',
|
||||
PRIMARY KEY (`id`),
|
||||
KEY {`pageid`)
|
||||
KEY (`pageid`)
|
||||
) COMMENT='Defines lesson_answers';
|
||||
# --------------------------------------------------------
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user