Localisation updates from https://translatewiki.net.
[lhc/web/wiklou.git] / maintenance / mssql / 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