]> git.mjollnir.org Git - moodle.git/commitdiff
Now the sessions2 table is UTF8 migrated ok.
authorstronk7 <stronk7>
Tue, 5 Sep 2006 16:04:50 +0000 (16:04 +0000)
committerstronk7 <stronk7>
Tue, 5 Sep 2006 16:04:50 +0000 (16:04 +0000)
lib/db/migrate2utf8.xml

index 9400f8272fabc8db8bcf1c55d7e86ebe5405fa11..7efc35a2e1f26a9b7694d24eeb7caa4cb13e8669 100755 (executable)
         </FIELD>
       </FIELDS>
     </TABLE>
-    <TABLE name="sessions">
+    <TABLE name="sessions2">
       <FIELDS>
-        <FIELD name="sesskey" method="NO_CONV" type="varchar" length="32" dropprimary="true" addprimary="(sesskey(32))"/>
-        <FIELD name="expireref" method="NO_CONV" type="varchar" length="64" />
-        <FIELD name="data" method="NO_CONV" type="mediumtext" length="0" />
+        <FIELD name="sesskey" method="NO_CONV" type="varchar" length="64" dropprimary="true" addprimary="(sesskey(64))"/>
+        <FIELD name="expireref" method="NO_CONV" type="varchar" length="250" />
+        <FIELD name="sessdata" method="NO_CONV" type="longtext" length="0" />
       </FIELDS>
     </TABLE>
     <TABLE name="timezone">