From 05b6e730fa81a4ec02fbf361967896f0c9f3a2d4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 13 Mar 2023 00:11:31 +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 4e6164d..a3f99dc 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -15,3 +15,4 @@ items_update_timestamp [items update_timestamp] 2023-03-12T14:14:13Z Masaya Tojo @v1.0.0-alpha.1 2023-03-12T14:21:52Z Masaya Tojo # Tag v1.0.0-alpha.1. articles [schema] 2023-03-12T14:43:06Z Masaya Tojo # Add table to manage articles. +transactions [transactions@v1.0.0-alpha.1 articles] 2023-03-12T15:06:03Z Masaya Tojo # Add article_id column to transactions table. -- cgit v1.2.3