From 343155aab78c28d6d09bea75671b390aec9599f6 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 21:00:18 +0900 Subject: Add function to delete a traansaction. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index c572266..a385e5d 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -6,3 +6,4 @@ appschema 2023-02-26T06:27:59Z Masaya Tojo # Add schema for transaction_type [appschema] 2023-02-27T15:51:38Z Masaya Tojo # Add transaction type. transactions [appschema transaction_type] 2023-02-27T15:53:02Z Masaya Tojo # Add table for tracking transactions. insert_transaction [appschema transactions] 2023-02-28T01:06:21Z Masaya Tojo # Add function to insert transaction. +delete_transaction [transactions appschema] 2023-02-28T12:00:07Z Masaya Tojo # Create a function to delete a transaction. -- cgit v1.2.3