mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
32 lines
1.2 KiB
XML
Executable File
32 lines
1.2 KiB
XML
Executable File
<DBMIGRATION type="blocks" VERSION="2005120100">
|
|
<TABLES>
|
|
<TABLE name="block">
|
|
<FIELDS>
|
|
<FIELD name="name" method="NO_CONV" type="varchar" length="40" />
|
|
</FIELDS>
|
|
</TABLE>
|
|
<TABLE name="block_instance">
|
|
<FIELDS>
|
|
<FIELD name="pagetype" method="NO_CONV" type="varchar" length="20" dropindex="pagetype" addindex="pagetype (pagetype(20))"/>
|
|
<FIELD name="position" method="NO_CONV" type="varchar" length="10" />
|
|
<FIELD name="configdata" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_block_instance_configdata(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
</FIELDS>
|
|
</TABLE>
|
|
<TABLE name="block_pinned">
|
|
<FIELDS>
|
|
<FIELD name="pagetype" method="NO_CONV" type="varchar" length="20" dropindex="pagetype" addindex="pagetype (pagetype(20))"/>
|
|
<FIELD name="position" method="NO_CONV" type="varchar" length="10" />
|
|
<FIELD name="configdata" method="PHP_FUNCTION" type="text" length="0">
|
|
<PHP_FUNCTION>
|
|
migrate2utf8_block_pinned_configdata(RECORDID)
|
|
</PHP_FUNCTION>
|
|
</FIELD>
|
|
</FIELDS>
|
|
</TABLE>
|
|
</TABLES>
|
|
</DBMIGRATION>
|