On my test board, I see the need to be able to terminate and clear all games in progress for all players.
How can I do this?
How to terminate all games-in-progress for all players?
- Mike-on-Tour
- Administrator
- Posts: 430
- Joined: Sat 21. Mar 2020, 19:02
- Location: Wittingen
Re: How to terminate all games-in-progress for all players?
There is only one way: You need to delete the entries for the applicable game type (c, s or n) from the
phpbb_mot_sudoku_games
table, but please be aware that this is an untested procedure.Gruß
Mike
Mike
Re: How to terminate all games-in-progress for all players?
Thanks. I'll look at it.Mike-on-Tour wrote: Mon 9. Jun 2025, 09:22 There is only one way: You need to delete the entries for the applicable game type (c, s or n) from thephpbb_mot_sudoku_games
table, but please be aware that this is an untested procedure.