patch to remove lcc_title column from linkscc table for 1.3
authorJerome Jamnicky <jeronim@users.mediawiki.org>
Mon, 24 May 2004 01:10:23 +0000 (01:10 +0000)
committerJerome Jamnicky <jeronim@users.mediawiki.org>
Mon, 24 May 2004 01:10:23 +0000 (01:10 +0000)
maintenance/archives/patch-linkscc-1.3.sql [new file with mode: 0644]

diff --git a/maintenance/archives/patch-linkscc-1.3.sql b/maintenance/archives/patch-linkscc-1.3.sql
new file mode 100644 (file)
index 0000000..6f9e631
--- /dev/null
@@ -0,0 +1,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 linkscc DROP COLUMN lcc_title;
\ No newline at end of file