fix for 5648, utf-8 migration bug
This commit is contained in:
@@ -47,6 +47,7 @@
|
||||
migrate2utf8_lesson_default_password(RECORDID)
|
||||
</PHP_FUNCTION>
|
||||
</FIELD>
|
||||
<FIELD name="conditions" method="NO_CONV" type="text" length="0" />
|
||||
<FIELD name="bgcolor" method="NO_CONV" type="varchar" length="7" default="#FFFFFF" />
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
|
||||
@@ -7,6 +7,11 @@
|
||||
<TABLE name="quiz_question_versions" />
|
||||
<TABLE name="question_randomsamatch" />
|
||||
<TABLE name="question_truefalse" />
|
||||
<TABLE name="question_attempts">
|
||||
<FIELDS>
|
||||
<FIELD name="modulename" method="NO_CONV" type="varchar" length="20" />
|
||||
</FIELDS>
|
||||
</TABLE>
|
||||
<TABLE name="question_rqp">
|
||||
<FIELDS>
|
||||
<FIELD name="format" method="NO_CONV" type="varchar" length="255" />
|
||||
|
||||
Reference in New Issue
Block a user