]> git.mjollnir.org Git - moodle.git/commitdiff
Indexes on text fields are not allowed
authorstronk7 <stronk7>
Fri, 25 Aug 2006 17:02:49 +0000 (17:02 +0000)
committerstronk7 <stronk7>
Fri, 25 Aug 2006 17:02:49 +0000 (17:02 +0000)
mod/hotpot/db/install.xml

index c1e15e3c085c025bcb02856dfae8209ea00c50a2..76bea300dfac4c31c3fd03603f656b9b770b26c7 100644 (file)
@@ -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>
       <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>
\ No newline at end of file
+</XMLDB>