Return all transactions until paging is implemented

This commit is contained in:
2022-04-14 20:33:39 +00:00
parent c50fc63303
commit f5274f69fc
2 changed files with 1 additions and 3 deletions

View File

@ -34,8 +34,7 @@ WHERE t.budget_id = $1;
-- name: GetTransactionsForAccount :many
SELECT t.*
FROM display_transactions AS t
WHERE t.account_id = $1
LIMIT 200;
WHERE t.account_id = $1;
-- name: DeleteAllTransactions :execrows
DELETE FROM transactions