fix sql and getIncident
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
@@ -62,8 +62,8 @@ GROUP BY incidents.id;
|
||||
|
||||
-- name: CreateWorkNote :one
|
||||
INSERT into worknotes (
|
||||
"incident_number", "note"
|
||||
"incident_number", "note", "created_at"
|
||||
) VALUES(
|
||||
?, ?
|
||||
?, ?, CURRENT_TIMESTAMP
|
||||
)
|
||||
RETURNING *;
|
Reference in New Issue
Block a user