diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 14:29:29 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 19:04:21 +0900 |
commit | 131c856bdd5c48bbd8358fc8c1840fce4fcf2178 (patch) | |
tree | c413bc3099fafef9b89c55f6fb4f435ab8239582 /sqitch.plan | |
parent | efe664d3614e540ff381e8ac234a01ad177b7109 (diff) |
Rename column of transactions from type to type_code.
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 b479af5..3673630 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -24,3 +24,4 @@ types [appschema] 2023-03-05T03:45:31Z Masaya Tojo <masaya@tojo.tokyo> # Add typ transactions_type_code [transactions] 2023-03-05T03:53:38Z Masaya Tojo <masaya@tojo.tokyo> # Rename column of transactions from type to type_code. transactions_type_code_fkey [transactions types] 2023-03-05T04:00:45Z Masaya Tojo <masaya@tojo.tokyo> # Add foreign key constraint to transactions table referencing types table. @v1.0.0-dev3 2023-03-05T05:01:10Z Masaya Tojo <masaya@tojo.tokyo> # Tag v1.0.0-dev3. +insert_transaction [insert_transaction@v1.0.0-dev3 appschema transactions] 2023-03-05T05:28:42Z Masaya Tojo <masaya@tojo.tokyo> # Rename column of transactions from type to type_code. |