mirror of
https://github.com/YunoHost-Apps/mediawiki_ynh.git
synced 2024-09-03 19:46:05 +02:00
6 lines
No EOL
197 B
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; |