Skip to content

Commit

Permalink
MDL-47494 gapselect: Fix incorrect foreign key declaration.
Browse files Browse the repository at this point in the history
  • Loading branch information
timhunt committed Feb 21, 2012
1 parent 61809df commit 876b295
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion question/type/gapselect/db/install.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
</FIELDS>
<KEYS>
<KEY NAME="primary" TYPE="primary" FIELDS="id" NEXT="questionid"/>
<KEY NAME="questionid" TYPE="foreign" FIELDS="questionid" REFTABLE="questions" REFFIELDS="id" PREVIOUS="primary"/>
<KEY NAME="questionid" TYPE="foreign" FIELDS="questionid" REFTABLE="question" REFFIELDS="id" PREVIOUS="primary"/>
</KEYS>
</TABLE>
</TABLES>
Expand Down

0 comments on commit 876b295

Please sign in to comment.