mirror of
https://github.com/moodle/moodle.git
synced 2025-04-21 08:22:07 +02:00
adding new field and bug fix
This commit is contained in:
parent
7098681423
commit
153185152a
@ -7,7 +7,7 @@
|
||||
</TABLE>
|
||||
<TABLE name="block_instance">
|
||||
<FIELDS>
|
||||
<FIELD name="pagetype" method="NO_CONV" type="varchar" length="20" />
|
||||
<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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user