mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
adding dropindex and addindex for modified tags table
This commit is contained in:
parent
f4e7407d42
commit
3dba170e7d
1 changed files with 2 additions and 2 deletions
|
@ -33,8 +33,8 @@
|
||||||
</TABLE>
|
</TABLE>
|
||||||
<TABLE name="tags">
|
<TABLE name="tags">
|
||||||
<FIELDS>
|
<FIELDS>
|
||||||
<FIELD name="type" method="NO_CONV" type="varchar" length="255" />
|
<FIELD name="type" method="NO_CONV" type="varchar" length="20" dropindex="tags_typeuserid_idx" addindex="tags_typeuserid_idx(type(20), userid)" />
|
||||||
<FIELD name="text" method="PHP_FUNCTION" type="varchar" length="255">
|
<FIELD name="text" method="PHP_FUNCTION" type="varchar" length="255" dropindex="tags_text_idx" addindex="tags_text_idx(text(255))">
|
||||||
<PHP_FUNCTION>
|
<PHP_FUNCTION>
|
||||||
migrate2utf8_tags_text(RECORDID)
|
migrate2utf8_tags_text(RECORDID)
|
||||||
</PHP_FUNCTION>
|
</PHP_FUNCTION>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue