summaryrefslogtreecommitdiff
path: root/sql/sexps.sql
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--sql/sexps.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/sql/sexps.sql b/sql/sexps.sql
index 8279326..884e1f3 100644
--- a/sql/sexps.sql
+++ b/sql/sexps.sql
@@ -1,4 +1,4 @@
-- name: GetSingleExpenses :many
-SELECT id, description
+SELECT *
FROM single_expenses
WHERE user_id = $1; \ No newline at end of file