aboutsummaryrefslogtreecommitdiff
path: root/deploy/insert_item.sql
diff options
context:
space:
mode:
Diffstat (limited to 'deploy/insert_item.sql')
-rw-r--r--deploy/insert_item.sql4
1 files changed, 2 insertions, 2 deletions
diff --git a/deploy/insert_item.sql b/deploy/insert_item.sql
index a0a5b5c..7f62e14 100644
--- a/deploy/insert_item.sql
+++ b/deploy/insert_item.sql
@@ -4,8 +4,8 @@
BEGIN;
-CREATE OR REPLACE FUNCTION kakeibo.insert_transaction(
- p_transaction_id INTEER,
+CREATE OR REPLACE FUNCTION kakeibo.insert_item(
+ p_transaction_id INTEGER,
p_category TEXT,
p_subcategory TEXT,
p_amount INTEGER,