-- This file is automatically generated using maintenance/generateSchemaChangeSql.php. -- Source: sql/abstractSchemaChanges/patch-cn_notice_projects-unique-to-pk.json -- Do not modify this file directly. -- See https://www.mediawiki.org/wiki/Manual:Schema_changes DROP INDEX np_notice_id_project ON /*_*/cn_notice_projects; ALTER TABLE /*_*/cn_notice_projects ADD PRIMARY KEY (np_notice_id, np_project);