blob: 3d20ada6ca0f7eaab9d506b9043ba5b72a27c2a0 (
plain) (
blame)
1
2
3
4
5
6
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/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;
|