From 170788cd42cc54c81f2b3e49ee12626145afe687 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 13 Mar 2023 00:16:52 +0900 Subject: Add article_id column to items table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index a3f99dc..0fa416b 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -16,3 +16,4 @@ items_update_timestamp [items update_timestamp] 2023-03-12T14:14:13Z Masaya Tojo 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. +items [items@v1.0.0-alpha.1 articles] 2023-03-12T15:12:15Z Masaya Tojo # Add article_id column to items table. -- cgit v1.2.3