mirror of
https://github.com/moodle/moodle.git
synced 2025-01-19 06:18:28 +01:00
bug fix for 4742
This commit is contained in:
parent
1c8510355f
commit
a9149e77e4
@ -18,7 +18,7 @@
|
||||
</TABLE>
|
||||
<TABLE name="block_pinned">
|
||||
<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