Page MenuHomeWickedGov Phorge

patch-add-global_user_autocreate_serial.json
No OneTemporary

Size
635 B
Referenced Files
None
Subscribers
None

patch-add-global_user_autocreate_serial.json

{
"before": {},
"after": {
"name": "global_user_autocreate_serial",
"comment": "Table copied from core to allow global allocation of serial numbers for temporary users. The column names must be the same as core.",
"columns": [
{
"name": "uas_shard",
"comment": "The segment of ID space, ID mod N, referred to by this row",
"type": "integer",
"options": {
"unsigned": true,
"notnull": true
}
},
{
"name": "uas_value",
"comment": "The maximum allocated ID value",
"type": "integer",
"options": {
"unsigned": true,
"notnull": true
}
}
],
"indexes": [],
"pk": [
"uas_shard"
]
}
}

File Metadata

Mime Type
application/json
Expires
Fri, Jul 3, 18:23 (1 d, 14 h)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
38/ad/99de37a2e5ad8eccd23aa82acdcc
Default Alt Text
patch-add-global_user_autocreate_serial.json (635 B)

Event Timeline