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-rd_interwiki.sql
blob
a12f1a7d8e56f7e1684c0e864876cce2ad2bd916
1
-- Add interwiki and fragment columns to redirect table
2
3
ALTER TABLE /*$wgDBprefix*/redirect
4
ADD rd_interwiki varchar(32) default NULL,
5
ADD rd_fragment varchar(255) binary default NULL;
6