diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-04 19:44:11 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-04 20:12:02 +0900 |
commit | 85aa0f7fa89cad0cd81af87336d7f9d31bb19422 (patch) | |
tree | 5f0b3662993798269085c6d7d3a04a00188214ac /sqitch.plan | |
parent | 88b7a0784e0c9e66dad26e0d85ee06ce9f7c59b9 (diff) |
Change insert_transaction signature to use integer.
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 9d0965f..ae95b66 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -15,3 +15,4 @@ transactions_update_timestamp [transactions update_timestamp] 2023-02-28T16:43:4 items_update_timestamp [items update_timestamp] 2023-02-28T17:04:02Z Masaya Tojo <masaya@tojo.tokyo> # Add update_timestamp trigger to items table. @v1.0.0-dev1 2023-03-04T09:29:02Z Masaya Tojo <masaya@tojo.tokyo> # Tag v1.0.0-dev1. transaction_type_to_integer [transactions] 2023-03-04T09:32:34Z Masaya Tojo <masaya@tojo.tokyo> # Make transaction type integer. +insert_transaction [insert_transaction@v1.0.0-dev1 appschema transactions] 2023-03-04T10:40:25Z Masaya Tojo <masaya@tojo.tokyo> # Change insert_transaction signature to use integer. |