blob: c0ec90d1aa56dcd7273d7138a04822c9855d42e5 (
plain) (
blame)
1
2
3
4
5
6
|
-- This file is automatically generated using maintenance/generateSchemaChangeSql.php.
-- Source: maintenance/abstractSchemaChanges/patch-ipblocks_restrictions-ir_value.json
-- Do not modify this file directly.
-- See https://www.mediawiki.org/wiki/Manual:Schema_changes
ALTER TABLE /*_*/ipblocks_restrictions
CHANGE ir_value ir_value INT UNSIGNED NOT NULL;
|