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