moodle/mod/choice/db/migrate2utf8.xml
2006-01-19 03:55:02 +00:00

29 lines
850 B
XML
Executable File

<DBMIGRATION type="mod/choice" VERSION="2005120100">
<TABLES>
<TABLE name="choice_options">
<FIELDS>
<FIELD name="text" method="PHP_FUNCTION" type="text" length="0">
<PHP_FUNCTION>
migrate2utf8_choice_options_text(RECORDID)
</PHP_FUNCTION>
</FIELD>
</FIELDS>
</TABLE>
<TABLE name="choice">
<FIELDS>
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
<PHP_FUNCTION>
migrate2utf_choice_name(RECORDID)
</PHP_FUNCTION>
</FIELD>
<FIELD name="text" method="PHP_FUNCTION" type="text" length="0">
<PHP_FUNCTION>
migrate2utf_choice_text(RECORDID)
</PHP_FUNCTION>
</FIELD>
</FIELDS>
</TABLE>
<TABLE name="choice_answers" />
</TABLES>
</DBMIGRATION>