Implemented developer database downloads
This commit is contained in:
@ -2,6 +2,6 @@ package arn
|
||||
|
||||
// NickToUser stores the user ID by nickname.
|
||||
type NickToUser struct {
|
||||
Nick string `json:"nick"`
|
||||
Nick string `json:"nick" primary:"true"`
|
||||
UserID UserID `json:"userId"`
|
||||
}
|
||||
|
Reference in New Issue
Block a user