]> git.mjollnir.org Git - moodle.git/commitdiff
info column is missing a key
authortoyomoyo <toyomoyo>
Mon, 1 May 2006 02:34:29 +0000 (02:34 +0000)
committertoyomoyo <toyomoyo>
Mon, 1 May 2006 02:34:29 +0000 (02:34 +0000)
lib/db/migrate2utf8.xml

index 87ea7c84ddcf4f62bb969e068f2c0986dc80f9d8..f72526036deceaea8a5c3a7e4f8bbcae9bfd66f0 100755 (executable)
         <FIELD name="module" method="NO_CONV" type="varchar" length="20" dropindex="coursemoduleaction"/>
         <FIELD name="action" method="NO_CONV" type="varchar" length="15"  addindex="timecoursemoduleaction(time, course, module(20), action(15))" />
         <FIELD name="url" method="NO_CONV" type="varchar" length="100" addindex="coursemoduleaction(course, module(20), action(15))" />
-        <FIELD name="info" method="NO_CONV" type="varchar" length="255" />
+        <FIELD name="info" method="NO_CONV" type="varchar" length="255" dropindex="info" addindex="info(info(255))" />
       </FIELDS>
     </TABLE>
     <TABLE name="log_display">