From: Jerome Jamnicky Date: Mon, 24 May 2004 01:10:23 +0000 (+0000) Subject: patch to remove lcc_title column from linkscc table for 1.3 X-Git-Tag: 1.5.0alpha1~3215 X-Git-Url: https://git.cyclocoop.org//%22?a=commitdiff_plain;h=b7eebbafbd536a4484c7960f9d599da993953941;p=lhc%2Fweb%2Fwiklou.git patch to remove lcc_title column from linkscc table for 1.3 --- diff --git a/maintenance/archives/patch-linkscc-1.3.sql b/maintenance/archives/patch-linkscc-1.3.sql new file mode 100644 index 0000000000..6f9e631353 --- /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 linkscc DROP COLUMN lcc_title; \ No newline at end of file