Page Menu
Home
WickedGov Phorge
Search
Configure Global Search
Log In
Files
F1429088
patch-add-uas_year.json
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
patch-add-uas_year.json
View Options
{
"before"
:
{
"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"
]
},
"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_year"
,
"comment"
:
"The year to which this row belongs, if $wgAutoCreateTempUser['serialProvider']['useYear'] is true."
,
"type"
:
"smallint"
,
"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"
,
"uas_year"
]
}
}
File Metadata
Details
Attached
Mime Type
application/json
Expires
Sat, May 16, 17:02 (10 h, 36 m)
Storage Engine
local-disk
Storage Format
Raw Data
Storage Handle
dd/08/4f5fb132fdd24f29e5639c588cc6
Default Alt Text
patch-add-uas_year.json (1 KB)
Attached To
Mode
rMWPROD MediaWiki Production
Attached
Detach File
Event Timeline
Log In to Comment