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