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