]> git.mjollnir.org Git - moodle.git/commitdiff
type of "name" field in "hotpot_questions" table should be "text" after migrate
authorgbateson <gbateson>
Sun, 23 Apr 2006 11:48:58 +0000 (11:48 +0000)
committergbateson <gbateson>
Sun, 23 Apr 2006 11:48:58 +0000 (11:48 +0000)
mod/hotpot/db/migrate2utf8.xml

index d8edce1a2e4eaab9dd57fe530e8a19cc49858935..bc03bc3d57e458d0cd890f220836e2052af4e232 100755 (executable)
@@ -41,7 +41,7 @@
     </TABLE>
     <TABLE name="hotpot_questions">
       <FIELDS>
-        <FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255" dropindex="hotpot_questions_name_idx" addindex=" hotpot_questions_name_idx (name(20))">
+        <FIELD name="name" method="PHP_FUNCTION" type="text" length="0" dropindex="hotpot_questions_name_idx" addindex=" hotpot_questions_name_idx (name(20))">
           <PHP_FUNCTION>
             migrate2utf8_hotpot_questions_name(RECORDID)
           </PHP_FUNCTION>