wiki.techinc.nl/maintenance/archives/patch-templatelinks-drop-tl_title.sql

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

9 lines
443 B
MySQL
Raw Normal View History

-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-templatelinks-drop-tl_title.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX tl_namespace ON /*_*/templatelinks;
DROP INDEX tl_backlinks_namespace ON /*_*/templatelinks;
ALTER TABLE /*_*/templatelinks
DROP tl_namespace,
DROP tl_title;