summaryrefslogtreecommitdiff
path: root/maintenance/archives/patch-linkscc-1.3.sql
diff options
context:
space:
mode:
Diffstat (limited to 'maintenance/archives/patch-linkscc-1.3.sql')
-rw-r--r--maintenance/archives/patch-linkscc-1.3.sql6
1 files changed, 6 insertions, 0 deletions
diff --git a/maintenance/archives/patch-linkscc-1.3.sql b/maintenance/archives/patch-linkscc-1.3.sql
new file mode 100644
index 00000000..e397fcb9
--- /dev/null
+++ b/maintenance/archives/patch-linkscc-1.3.sql
@@ -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 /*$wgDBprefix*/linkscc DROP COLUMN lcc_title; \ No newline at end of file