generated from VLADIMIR/template
fix
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user