1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/mediawiki_ynh.git synced 2024-09-03 19:46:05 +02:00
mediawiki_ynh/sources/mediawiki/maintenance/archives/patch-linkscc-1.3.sql

6 lines
No EOL
197 B
SQL

--
-- 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;