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