Description: The index for the block_grade_me_quiz_ngrade is defined in the <KEYS> tag:
|
<KEYS> |
|
<KEY NAME="primary" TYPE="primary" FIELDS="id" NEXT="userid-questionattemptstepid" /> |
|
<INDEX NAME="userid-questionattemptstepid" UNIQUE="false" FIELDS="userid, questionattemptstepid"/> |
|
</KEYS> |
Description: The index for the
block_grade_me_quiz_ngradeis defined in the<KEYS>tag:moodle-block_grade_me/db/install.xml
Lines 42 to 45 in a5d2547