From baaa9bb106af01c0d6d5fd9cde87a27852bb8622 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 17:36: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 fd1bbb4..93b940a 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -7,3 +7,4 @@ transactions [schema] 2023-03-11T16:50:25Z Masaya Tojo # Add items [schema transactions] 2023-03-12T04:48:30Z Masaya Tojo # Add table for tracking items. insert_transaction [schema transactions] 2023-03-12T07:06:15Z Masaya Tojo # Add function to create new transaction. insert_item [schema items] 2023-03-12T07:25:23Z Masaya Tojo # Add function to add new item. +delete_item [schema items] 2023-03-12T08:14:34Z Masaya Tojo # Add function to delete item. -- cgit v1.2.3