aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-page-page_links_updated-noinfinite.sql
blob: a63869144c9f1fb76de8640d4d7decaed88661ee (plain) (blame)
1
2
3
4
5
6
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-page-page_links_updated-noinfinite.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/page
  CHANGE page_links_updated page_links_updated BINARY(14) DEFAULT NULL;