From 438a85fd3a2ea8dd4fa48df5537c1db2c0e90878 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 22:20:46 +0900 Subject: Add function to delete item. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index ee84944..9247959 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -9,3 +9,4 @@ insert_transaction [appschema transactions] 2023-02-28T01:06:21Z Masaya Tojo # Create a function to delete a transaction. items [appschema transactions] 2023-02-28T12:08:45Z Masaya Tojo # Add items table for tracking individual products in transaction. insert_item [appschema items] 2023-02-28T13:13:22Z Masaya Tojo # Add function to insert item. +delete_item [appschema items] 2023-02-28T13:13:39Z Masaya Tojo # Add function to delete item. -- cgit v1.2.3