moodle/mod/lams/db/migrate2utf8.xml

19 lines
548 B
XML
Raw Normal View History

2006-01-09 06:06:49 +00:00
<DBMIGRATION type="mod/lams" VERSION="2005120100">
<TABLES>
<TABLE name="lams">
<FIELDS>
2006-01-19 05:48:07 +00:00
<FIELD name="name" method="PHP_FUNCTION" type="varchar" length="255">
2006-01-09 06:06:49 +00:00
<PHP_FUNCTION>
migrate2utf8_lams_name(RECORDID)
</PHP_FUNCTION>
</FIELD>
2006-01-19 05:48:07 +00:00
<FIELD name="introduction" method="PHP_FUNCTION" type="text" length="0">
2006-01-09 06:06:49 +00:00
<PHP_FUNCTION>
migrate2utf8_lams_introduction(RECORDID)
</PHP_FUNCTION>
</FIELD>
</FIELDS>
</TABLE>
</TABLES>
</DBMIGRATION>