aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-recentchanges-rc_id-bigint.sql
blob: 2915757c8b13ab3093876ca7b9667eb2aa10c32a (plain) (blame)
1
2
3
4
5
6
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/abstractSchemaChanges/patch-recentchanges-rc_id-bigint.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/recentchanges
  CHANGE rc_id rc_id BIGINT UNSIGNED AUTO_INCREMENT NOT NULL;