mirror of
https://github.com/moodle/moodle.git
synced 2025-02-21 01:48:45 +01:00
19 lines
544 B
XML
Executable File
19 lines
544 B
XML
Executable File
<DBMIGRATION type="mod/label" VERSION="2005120100">
|
|
<TABLES>
|
|
<TABLE name="label">
|
|
<FIELDS>
|
|
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_label_name(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="content" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_label_content(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
</FIELDS>
|
|
</TABLE>
|
|
</TABLES>
|
|
</DBMIGRATION>
|