diff options
Diffstat (limited to 'sql/postgres/patch-searchindex-pk-titlelength.sql')
-rw-r--r-- | sql/postgres/patch-searchindex-pk-titlelength.sql | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/postgres/patch-searchindex-pk-titlelength.sql b/sql/postgres/patch-searchindex-pk-titlelength.sql index cee04e5b2aa9..ea1a06620d43 100644 --- a/sql/postgres/patch-searchindex-pk-titlelength.sql +++ b/sql/postgres/patch-searchindex-pk-titlelength.sql @@ -1,5 +1,5 @@ -- This file is automatically generated using maintenance/generateSchemaChangeSql.php. --- Source: maintenance/abstractSchemaChanges/patch-searchindex-innodb-pk-titlelength.json +-- Source: sql/abstractSchemaChanges/patch-searchindex-pk-titlelength.json -- Do not modify this file directly. -- See https://www.mediawiki.org/wiki/Manual:Schema_changes DROP INDEX si_page; |