Indentation
This commit is contained in:
@ -11,10 +11,10 @@ RETURNING id;
|
||||
-- name: UpdateTransaction :exec
|
||||
UPDATE transactions
|
||||
SET date = $1,
|
||||
memo = $2,
|
||||
amount = $3,
|
||||
payee_id = $4,
|
||||
category_id = $5
|
||||
memo = $2,
|
||||
amount = $3,
|
||||
payee_id = $4,
|
||||
category_id = $5
|
||||
WHERE id = $6;
|
||||
|
||||
-- name: SetTransactionReconciled :exec
|
||||
|
Reference in New Issue
Block a user