From 58c00ca515142d27e3fb324539dedd75b8740bcf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Tue, 28 Feb 2023 22:20:25 +0900 Subject: Add function to insert item. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 8bb9a76..ee84944 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -8,3 +8,4 @@ transactions [appschema transaction_type] 2023-02-27T15:53:02Z 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. items [appschema transactions] 2023-02-28T12:08:45Z Masaya Tojo # Add items table for tracking individual products in transaction. +insert_item [appschema items] 2023-02-28T13:13:22Z Masaya Tojo # Add function to insert item. -- cgit v1.2.3