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-linkscc-1.3.sql
blob
e397fcb9d9517fd55e2ca30b6c2eab46d8c486a1
1
--
2
-- linkscc table used to cache link lists in easier to digest form.
3
-- New schema for 1.3 - removes old lcc_title column.
4
-- May 2004
5
--
6
ALTER TABLE /*$wgDBprefix*/linkscc DROP COLUMN lcc_title;