File: migrate2utf8.xml

package info (click to toggle)
moodle 1.6.3-2%2Betch3
  • links: PTS
  • area: main
  • in suites: etch
  • size: 37,172 kB
  • ctags: 51,688
  • sloc: php: 231,916; sql: 5,631; xml: 2,688; sh: 1,185; perl: 638; makefile: 48; pascal: 36
file content (31 lines) | stat: -rwxr-xr-x 1,220 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<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>