Merge "Change 'editfont' default preference to 'monospace'"
[lhc/web/wiklou.git] / maintenance / archives / patch-kill-cl_collation_index.sql
1 --
2 -- Kill cl_collation index.
3 -- @since 1.27
4 --
5
6 DROP INDEX /*i*/cl_collation ON /*_*/categorylinks;
7