Page MenuHomeWickedGov Phorge

patch-ipblocks_restrictions-ir_ipb_id.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

patch-ipblocks_restrictions-ir_ipb_id.json

{
"comment": "Set unsigned true for ir_ipb_id in ipblocks_restrictions table",
"before": {
"name": "ipblocks_restrictions",
"comment": "Partial Block Restrictions",
"columns": [
{
"name": "ir_ipb_id",
"comment": "The ipb_id from ipblocks",
"type": "integer",
"options": {
"notnull": true
}
},
{
"name": "ir_type",
"comment": "The restriction type id.",
"type": "mwtinyint",
"options": {
"notnull": true,
"length": 4
}
},
{
"name": "ir_value",
"comment": "The restriction id that corresponds to the type. Typically a Page ID or a Namespace ID.",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
}
],
"indexes": [
{
"name": "ir_type_value",
"comment": "Index to query restrictions by the page or namespace.",
"columns": [
"ir_type",
"ir_value"
],
"unique": false
}
],
"pk": [
"ir_ipb_id",
"ir_type",
"ir_value"
]
},
"after": {
"name": "ipblocks_restrictions",
"comment": "Partial Block Restrictions",
"columns": [
{
"name": "ir_ipb_id",
"comment": "The ipb_id from ipblocks",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
},
{
"name": "ir_type",
"comment": "The restriction type id.",
"type": "mwtinyint",
"options": {
"notnull": true,
"length": 4
}
},
{
"name": "ir_value",
"comment": "The restriction id that corresponds to the type. Typically a Page ID or a Namespace ID.",
"type": "integer",
"options": {
"notnull": true,
"unsigned": true
}
}
],
"indexes": [
{
"name": "ir_type_value",
"comment": "Index to query restrictions by the page or namespace.",
"columns": [
"ir_type",
"ir_value"
],
"unique": false
}
],
"pk": [
"ir_ipb_id",
"ir_type",
"ir_value"
]
}
}

File Metadata

Mime Type
application/json
Expires
Sat, May 16, 19:57 (3 h, 20 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
f9/10/50806c5e1beda87a3fb867a4092a
Default Alt Text
patch-ipblocks_restrictions-ir_ipb_id.json (1 KB)

Event Timeline