diff options
author | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 23:31:51 +0900 |
---|---|---|
committer | Masaya Tojo <masaya@tojo.tokyo> | 2023-03-05 23:31:51 +0900 |
commit | 3f999d647e972e4f7fd807832bc4544f7aaecede (patch) | |
tree | 07b041896c4654bf9c71c0cfe839a3f647b26b4f /sqitch.plan | |
parent | c9248050393c04a0af8d359f92607c0e6888371a (diff) |
Add article_id column to transactions table.
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 b86363b..cdf5342 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -28,3 +28,4 @@ insert_transaction [insert_transaction@v1.0.0-dev3 appschema transactions] 2023- @v1.0.0-dev4 2023-03-05T05:31:39Z Masaya Tojo <masaya@tojo.tokyo> # Tag v1.0.0-dev4. articles [appschema] 2023-03-05T14:01:38Z Masaya Tojo <masaya@tojo.tokyo> # Add table for link to diary articles. +transactions_article_id [transactions articles] 2023-03-05T14:25:46Z Masaya Tojo <masaya@tojo.tokyo> # Add article_id column to transactions table. |