From 40c84f86e9d7326bb0020c9210e0689179b1102c Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 16:45:59 +0900 Subject: Add function to add new item. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 6e2ba7b..fd1bbb4 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -6,3 +6,4 @@ schema 2023-03-11T15:56:41Z Masaya Tojo # Add schema for use 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. +insert_item [schema items] 2023-03-12T07:25:23Z Masaya Tojo # Add function to add new item. -- cgit v1.2.3