generated from VLADIMIR/template
fix
This commit is contained in:
Binary file not shown.
@@ -188,7 +188,7 @@ func (r *GamesRepo) StartGame(ctx context.Context, id int) error {
|
|||||||
`UPDATE games
|
`UPDATE games
|
||||||
SET
|
SET
|
||||||
status = 'run',
|
status = 'run',
|
||||||
start_at = NOW(),
|
started_at = NOW(),
|
||||||
updated_at = NOW()
|
updated_at = NOW()
|
||||||
WHERE id = $1`,
|
WHERE id = $1`,
|
||||||
id,
|
id,
|
||||||
|
|||||||
Reference in New Issue
Block a user