Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
MDL-69367 quizaccess_seb: correct foreign key table reference.
  • Loading branch information
paulholden committed Jul 28, 2020
1 parent 94fdac9 commit 279d691
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/quiz/accessrule/seb/db/install.xml
Expand Up @@ -39,7 +39,7 @@
<KEY NAME="primary" TYPE="primary" FIELDS="id"/>
<KEY NAME="quizid" TYPE="foreign-unique" FIELDS="quizid" REFTABLE="quiz" REFFIELDS="id"/>
<KEY NAME="cmid" TYPE="foreign-unique" FIELDS="cmid" REFTABLE="course_modules" REFFIELDS="id"/>
<KEY NAME="templateid" TYPE="foreign" FIELDS="templateid" REFTABLE="quizacces_seb_template" REFFIELDS="id"/>
<KEY NAME="templateid" TYPE="foreign" FIELDS="templateid" REFTABLE="quizaccess_seb_template" REFFIELDS="id"/>
<KEY NAME="usermodified" TYPE="foreign" FIELDS="usermodified" REFTABLE="user" REFFIELDS="id"/>
</KEYS>
</TABLE>
Expand Down

0 comments on commit 279d691

Please sign in to comment.