From d5ebc30b1092a89e364720b2d302b1978d62632c Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 18:24:31 +0900 Subject: Add function to delete transaction. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 93b940a..cfe5bbe 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -8,3 +8,4 @@ items [schema transactions] 2023-03-12T04:48:30Z Masaya Tojo 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. +delete_transaction [schema transactions] 2023-03-12T08:40:47Z Masaya Tojo # Add function to delete transaction. -- cgit v1.2.3