added chat messages
This commit is contained in:
@@ -31,6 +31,8 @@ const (
|
||||
FieldVacPresent = "vac_present"
|
||||
// FieldGamebanPresent holds the string denoting the gameban_present field in the database.
|
||||
FieldGamebanPresent = "gameban_present"
|
||||
// FieldDecryptionKey holds the string denoting the decryption_key field in the database.
|
||||
FieldDecryptionKey = "decryption_key"
|
||||
// EdgeStats holds the string denoting the stats edge name in mutations.
|
||||
EdgeStats = "stats"
|
||||
// EdgePlayers holds the string denoting the players edge name in mutations.
|
||||
@@ -66,6 +68,7 @@ var Columns = []string{
|
||||
FieldDemoParsed,
|
||||
FieldVacPresent,
|
||||
FieldGamebanPresent,
|
||||
FieldDecryptionKey,
|
||||
}
|
||||
|
||||
var (
|
||||
|
Reference in New Issue
Block a user