diff options
Diffstat (limited to 'sqitch.plan')
-rw-r--r-- | sqitch.plan | 1 |
1 files changed, 1 insertions, 0 deletions
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 <masaya@tojo.tokyo> # Add schema for all kakeibo objects. transaction_type [appschema] 2023-02-27T15:51:38Z Masaya Tojo <masaya@tojo.tokyo> # Add transaction type. transactions [appschema transaction_type] 2023-02-27T15:53:02Z Masaya Tojo <masaya@tojo.tokyo> # Add table for tracking transactions. +insert_transaction [appschema transactions] 2023-02-28T01:06:21Z Masaya Tojo <masaya@tojo.tokyo> # Add function to insert transaction. |