From 8102191eb96a7f5a7cd2baf2711c273f179a11e4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 10:11:02 +0900 Subject: Add function to insert transaction. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 8a0eab8..c572266 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -5,3 +5,4 @@ appschema 2023-02-26T06:27:59Z Masaya Tojo # Add schema for all kakeibo objects. 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. -- cgit v1.2.3