From 3f999d647e972e4f7fd807832bc4544f7aaecede Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 5 Mar 2023 23:31:51 +0900 Subject: Add article_id column to transactions table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') 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 # Tag v1.0.0-dev4. articles [appschema] 2023-03-05T14:01:38Z Masaya Tojo # Add table for link to diary articles. +transactions_article_id [transactions articles] 2023-03-05T14:25:46Z Masaya Tojo # Add article_id column to transactions table. -- cgit v1.2.3