aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-searchindex-pk-titlelength.sql
blob: 5e37ce32627c5464fc3968bcf6aafc7451d341cd (plain) (blame)
1
2
3
4
5
6
7
8
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-searchindex-innodb-pk-titlelength.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
DROP INDEX si_page ON /*_*/searchindex;
ALTER TABLE /*_*/searchindex
  CHANGE si_title si_title MEDIUMTEXT NOT NULL,
  ADD PRIMARY KEY (si_page);