Compare commits

..

3 Commits

Author SHA1 Message Date
e2677ec029 Possibly fixed rate limit in actions
All checks were successful
Deploy dev on push / on-push-deploy_sh-edraft (push) Successful in 3m54s
2023-11-06 21:25:22 +01:00
00bd6cd9c3 Possibly fixed rate limit in actions
Some checks failed
Deploy dev on push / on-push-deploy_sh-edraft (push) Failing after 26s
2023-11-06 21:19:21 +01:00
382c8fc424 Set migration only on prod
Some checks failed
Deploy staging on push / on-push-deploy_sh-edraft (push) Failing after 4s
2023-11-06 20:53:35 +01:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

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