6 lines
349 B
SQL
6 lines
349 B
SQL
-- 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; |