mirror of
https://github.com/moodle/moodle.git
synced 2025-02-18 23:05:30 +01:00
32 lines
1.2 KiB
XML
Executable File
32 lines
1.2 KiB
XML
Executable File
<DBMIGRATION type="mod/resource" VERSION="2005120100">
|
|
<TABLES>
|
|
<TABLE name="resource">
|
|
<FIELDS>
|
|
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_resource_name(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="type" method="NO_CONV" type="varchar" length="30" />
|
|
<FIELD name="reference" method="PHP_FUNCTION" type="varchar" length="255">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_resource_reference(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="summary" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_resource_summary(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="alltext" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_resource_alltext(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="popup" method="NO_CONV" type="text" length="0" />
|
|
<FIELD name="options" method="NO_CONV" type="varchar" length="255" />
|
|
</FIELDS>
|
|
</TABLE>
|
|
</TABLES>
|
|
</DBMIGRATION>
|