mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 16:32:18 +02:00
info column is missing a key
This commit is contained in:
parent
82c8137db9
commit
8d92d7ad71
@ -203,7 +203,7 @@
|
||||
<FIELD name="module" method="NO_CONV" type="varchar" length="20" dropindex="coursemoduleaction"/>
|
||||
<FIELD name="action" method="NO_CONV" type="varchar" length="15" addindex="timecoursemoduleaction(time, course, module(20), action(15))" />
|
||||
<FIELD name="url" method="NO_CONV" type="varchar" length="100" addindex="coursemoduleaction(course, module(20), action(15))" />
|
||||
<FIELD name="info" method="NO_CONV" type="varchar" length="255" />
|
||||
<FIELD name="info" method="NO_CONV" type="varchar" length="255" dropindex="info" addindex="info(info(255))" />
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
<TABLE name="log_display">
|
||||
|
Loading…
x
Reference in New Issue
Block a user