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