aboutsummaryrefslogtreecommitdiffstats
path: root/sql/mysql/patch-ipblocks-ipb_id.sql
blob: fd8df86efe2f7aad5bb591adc8c0d75d40f36556 (plain) (blame)
1
2
3
4
5
6
7
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: sql/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;