mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 14:27:22 +01:00
Indexes on text fields are not allowed
This commit is contained in:
parent
a5ea2dc334
commit
c049e98881
@ -77,9 +77,6 @@
|
||||
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="Primary key for hotpot_questions" NEXT="hotpot"/>
|
||||
<KEY NAME="hotpot" TYPE="foreign" FIELDS="hotpot" REFTABLE="hotpot" REFFIELDS="id" PREVIOUS="primary"/>
|
||||
</KEYS>
|
||||
<INDEXES>
|
||||
<INDEX NAME="name" UNIQUE="false" FIELDS="name"/>
|
||||
</INDEXES>
|
||||
</TABLE>
|
||||
<TABLE NAME="hotpot_responses" COMMENT="details about responses in Hot Potatoes quiz attempts" PREVIOUS="hotpot_questions" NEXT="hotpot_strings">
|
||||
<FIELDS>
|
||||
@ -109,9 +106,6 @@
|
||||
<KEYS>
|
||||
<KEY NAME="primary" TYPE="primary" FIELDS="id" COMMENT="Primary key for hotpot_strings"/>
|
||||
</KEYS>
|
||||
<INDEXES>
|
||||
<INDEX NAME="string" UNIQUE="false" FIELDS="string"/>
|
||||
</INDEXES>
|
||||
</TABLE>
|
||||
</TABLES>
|
||||
</XMLDB>
|
||||
</XMLDB>
|
||||
|
Loading…
x
Reference in New Issue
Block a user