mirror of
https://github.com/moodle/moodle.git
synced 2025-03-10 02:40:10 +01:00
29 lines
850 B
XML
Executable File
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>
|