mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
25 lines
886 B
XML
Executable File
25 lines
886 B
XML
Executable File
<DBMIGRATION type="blocks/rss_client" VERSION="2005120100">
|
|
<TABLES>
|
|
<TABLE name="block_rss_client">
|
|
<FIELDS>
|
|
<FIELD name="title" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_block_rss_client_title(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="preferredtitle" method="PHP_FUNCTION" type="varchar" length="64">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_block_rss_client_preferredtitle(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="description" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_block_rss_client_description(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
<FIELD name="url" method="NO_CONV" type="varchar" length="255" />
|
|
</FIELDS>
|
|
</TABLE>
|
|
</TABLES>
|
|
</DBMIGRATION>
|