From 1a838c115140bdf0f35054351153fb21f2a228da Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 16:23:41 +0900 Subject: Add function to create new transaction. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 5cf4710..6e2ba7b 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -5,3 +5,4 @@ schema 2023-03-11T15:56:41Z Masaya Tojo # Add schema for use in kakeibo. transactions [schema] 2023-03-11T16:50:25Z Masaya Tojo # Add table for tracking transactions. 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. -- cgit v1.2.3