diff --git a/bin/evening_detective_server b/bin/evening_detective_server index ae44535..f1d798e 100755 Binary files a/bin/evening_detective_server and b/bin/evening_detective_server differ diff --git a/internal/repos/games_repo/repo.go b/internal/repos/games_repo/repo.go index 723bc39..f4695f5 100644 --- a/internal/repos/games_repo/repo.go +++ b/internal/repos/games_repo/repo.go @@ -188,7 +188,7 @@ func (r *GamesRepo) StartGame(ctx context.Context, id int) error { `UPDATE games SET status = 'run', - start_at = NOW(), + started_at = NOW(), updated_at = NOW() WHERE id = $1`, id,