blob: e397fcb9d9517fd55e2ca30b6c2eab46d8c486a1 (
plain)
1
2
3
4
5
6
|
--
-- linkscc table used to cache link lists in easier to digest form.
-- New schema for 1.3 - removes old lcc_title column.
-- May 2004
--
ALTER TABLE /*$wgDBprefix*/linkscc DROP COLUMN lcc_title;
|