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
Merge "Improve sorting on SpecialWanted*-Pages"
[mediawiki.git]
/
maintenance
/
archives
/
patch-iw_api_and_wikiid.sql
blob
4384a715f57b5ba528c9792d7de7f4d084e4ffde
1
--
2
-- Add iw_api and iw_wikiid to interwiki table
3
--
4
5
ALTER TABLE /*_*/interwiki
6
ADD iw_api BLOB NOT NULL;
7
ALTER TABLE /*_*/interwiki
8
ADD iw_wikiid varchar(64) NOT NULL;
9