Page 1 of 1
How to terminate all games-in-progress for all players?
Posted: Sun 8. Jun 2025, 18:28
by bestng
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?
Re: How to terminate all games-in-progress for all players?
Posted: Mon 9. Jun 2025, 09:22
by Mike-on-Tour
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.
Re: How to terminate all games-in-progress for all players?
Posted: Tue 10. Jun 2025, 09:50
by bestng
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 the
phpbb_mot_sudoku_games
table, but please be aware that this is an untested procedure.
Thanks. I'll look at it.