Merge "Replace wfGetLBFactory"
[lhc/web/wiklou.git] / maintenance / archives / patch-linkscc-1.3.sql
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;