Postgres updater fixes to make update.php able to run
[mediawiki.git] / maintenance / mssql / archives / patch-add-cl_collation_ext_index.sql
blob8137dc641332d8adcad8a2c37d38bf10c0d3c256
1 -- @since 1.27
2 CREATE INDEX /*i*/cl_collation_ext ON /*_*/categorylinks (cl_collation, cl_to, cl_type, cl_from);