diff options
Diffstat (limited to 'CheckUser/cu_log.sql')
-rw-r--r-- | CheckUser/cu_log.sql | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/CheckUser/cu_log.sql b/CheckUser/cu_log.sql index ac98c7b7..91583be3 100644 --- a/CheckUser/cu_log.sql +++ b/CheckUser/cu_log.sql @@ -15,7 +15,9 @@ CREATE TABLE /*_*/cu_log ( -- Reason given cul_reason varchar(255) binary not null, - -- String indicating the type of query, may be "userips", "ipedits", "ipusers", "ipedits-xff", "ipusers-xff" + -- String indicating the type of query, may be: + -- "useredits", "userips", "ipedits", "ipusers", "ipedits-xff", "ipusers-xff" + -- or "investigate" if the check was performed from Special:Investigate cul_type varbinary(30) not null, -- Integer target, interpretation depends on cul_type |