Page MenuHomeWickedGov Phorge

tables-global_block_whitelist.json
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

tables-global_block_whitelist.json

[
{
"name": "global_block_whitelist",
"comment": "A table which is on each local wiki, which when a row exists indicates that the associated global block is disabled on that local wiki.",
"columns": [
{
"name": "gbw_id",
"comment": "Key to gb_id in globalblocks database",
"type": "integer",
"options": {
"notnull": true
}
},
{
"name": "gbw_by",
"comment": "Key to user_id of the user who disabled the block locally.",
"type": "integer",
"options": {
"notnull": true
}
},
{
"name": "gbw_by_text",
"comment": "The username of the user who disabled the block locally.",
"type": "binary",
"options": {
"length": 255,
"notnull": true
}
},
{
"name": "gbw_reason",
"comment": "The reason given for disabling the global block locally.",
"type": "binary",
"options": {
"length": 767,
"notnull": true
}
},
{
"name": "gbw_expiry",
"comment": "The expiry timestamp for the global block. Blocks can have an infinite expiry.",
"type": "mwtimestamp",
"options": {
"notnull": true,
"CustomSchemaOptions": {
"allowInfinite": true
}
}
}
],
"indexes": [
{
"name": "gbw_by",
"comment": "Used to find all global blocks disabled by a given user, to allow user merging.",
"columns": [
"gbw_by"
],
"unique": false
}
],
"pk": [
"gbw_id"
]
}
]

File Metadata

Mime Type
application/json
Expires
Wed, Aug 19, 15:01 (3 w, 5 d ago)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
b9/ec/ddd08089e07d4e43c707bd4b9abc
Default Alt Text
tables-global_block_whitelist.json (1 KB)

Event Timeline