diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-02-28 00:56:45 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-01 02:28:55 +0900 |
commit | 54e3c3f3e15a01b4ebf6ed43cc4b64cfba59ff36 (patch) | |
tree | 6e23655134080377a3ed2564e9317b2dc0d59abd /sqitch.plan | |
parent | b7b17d87df7e70d6774e40b864227fc3ddce4686 (diff) |
Add table for tracking transactions.
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 8d4f9fd..8a0eab8 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -4,3 +4,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. |