(sqldb"select object from games where status=? order by updated desc;")
"pre-game"))))
(define (db-fetch-game-rowid)
@ -130,5 +130,5 @@
(define (db-fetch-user-gamesuser-id)
(with-db(db)
(queryfetch-column
(sqldb"select game_id from user_games join games on user_games.game_id=games.id where user_games.user_id=? and not games.status=?;")
(sqldb"select game_id from user_games join games on user_games.game_id=games.id where user_games.user_id=? and not games.status=? order by updated desc;")