repo.or.cz
/
mediawiki.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
history
|
raw
|
HEAD
Localisation updates from http://translatewiki.net.
[mediawiki.git]
/
maintenance
/
sqlite
/
archives
/
patch-kill-iwl_prefix.sql
blob
78ed385eb25918c11a23494aa51ad008d35c19db
1
--
2
-- Kill the old iwl_prefix index, which may be present on some
3
-- installs if they ran update.php between it being added and being renamed
4
--
5
6
DROP INDEX IF EXISTS /*i*/iwl_prefix;
7