added roundstats with eco info, switched to avatar hash
This commit is contained in:
@@ -13,8 +13,8 @@ const (
|
||||
FieldID = "id"
|
||||
// FieldName holds the string denoting the name field in the database.
|
||||
FieldName = "name"
|
||||
// FieldAvatarURL holds the string denoting the avatar_url field in the database.
|
||||
FieldAvatarURL = "avatar_url"
|
||||
// FieldAvatar holds the string denoting the avatar field in the database.
|
||||
FieldAvatar = "avatar"
|
||||
// FieldVanityURL holds the string denoting the vanity_url field in the database.
|
||||
FieldVanityURL = "vanity_url"
|
||||
// FieldVanityURLReal holds the string denoting the vanity_url_real field in the database.
|
||||
@@ -57,7 +57,7 @@ const (
|
||||
var Columns = []string{
|
||||
FieldID,
|
||||
FieldName,
|
||||
FieldAvatarURL,
|
||||
FieldAvatar,
|
||||
FieldVanityURL,
|
||||
FieldVanityURLReal,
|
||||
FieldVac,
|
||||
|
Reference in New Issue
Block a user