Merge "Update tests/phpunit/MediaWikiTestCase.php with support for apcu"
[mediawiki.git] / maintenance / postgres / archives / patch-rename-iwl_prefix.sql
blob0eb792eae2f996b5368296fd8e26ed86d4b04ea7
1 DROP INDEX iwl_prefix;
2 CREATE UNIQUE INDEX iwl_prefix_title_from ON iwlinks (iwl_prefix, iwl_title, iwl_from);