]> git.mjollnir.org Git - moodle.git/commitdiff
adding utf8 support for new fields
authortoyomoyo <toyomoyo>
Fri, 6 Oct 2006 04:03:02 +0000 (04:03 +0000)
committertoyomoyo <toyomoyo>
Fri, 6 Oct 2006 04:03:02 +0000 (04:03 +0000)
mod/hotpot/db/migrate2utf8.xml

index bc03bc3d57e458d0cd890f220836e2052af4e232..cb5d0cd75ab9576bf45f045ba5e23bb7dd39c92d 100755 (executable)
@@ -8,6 +8,7 @@
                 migrate2utf8_hotpot_strings_string(RECORDID)
             </PHP_FUNCTION>
           </FIELD>
+          <FIELD name="md5key" method="NO_CONV" type="varchar" length="32" />
       </FIELDS>
     </TABLE>
     <TABLE name="hotpot_responses">
@@ -46,6 +47,7 @@
             migrate2utf8_hotpot_questions_name(RECORDID)
           </PHP_FUNCTION>
         </FIELD>
+        <FIELD name="md5key" method="NO_CONV" type="varchar" length="32" />
       </FIELDS>
     </TABLE>
     <TABLE name="hotpot">