mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
feat(site): display version message (#8435)
This commit is contained in:
@@ -91,7 +91,8 @@ UPDATE
|
||||
SET
|
||||
template_id = $2,
|
||||
updated_at = $3,
|
||||
name = $4
|
||||
name = $4,
|
||||
message = $5
|
||||
WHERE
|
||||
id = $1 RETURNING *;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user