Compare commits

..

3 Commits

2 changed files with 3 additions and 3 deletions
bot/src
bot_data/model
bot_graphql/graphql

View File

@ -124,6 +124,6 @@ class UserJoinedServer(TableABC):
return str(
f"""
DELETE FROM `UserJoinedServers`
WHERE `JoinId` = {self._join_id};
WHERE `Id` = {self._join_id};
"""
)

View File

@ -6,10 +6,10 @@ type ServerStatistic {
activeUserCount: Int
userJoinedVoiceChannelCount: Int
userJoinedVoiceChannelOntime: Float
userJoinedVoiceChannelOntime: Int
userJoinedGameServerCount: Int
userJoinedGameServerOntime: Float
userJoinedGameServerOntime: Int
userWarningCount: Int