add CommentsAndWorkNotes
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:
@@ -66,4 +66,11 @@ INSERT into worknotes (
|
||||
) VALUES(
|
||||
?, ?, CURRENT_TIMESTAMP
|
||||
)
|
||||
RETURNING *;
|
||||
RETURNING *;
|
||||
|
||||
-- name: GetIncidentWorkNotes :many
|
||||
SELECT * from worknotes
|
||||
WHERE incident_number = sqlc.arg('incidentNumber');
|
||||
|
||||
-- name: ListWorkNotes :many
|
||||
SELECT * from worknotes;
|
Reference in New Issue
Block a user