aboutsummaryrefslogtreecommitdiff
path: root/sqitch.plan
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2023-03-13 00:16:52 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2023-03-13 00:17:08 +0900
commit170788cd42cc54c81f2b3e49ee12626145afe687 (patch)
treecc0b3b41677b6cb37aef36cf076a441cfc3c1c2f /sqitch.plan
parent05b6e730fa81a4ec02fbf361967896f0c9f3a2d4 (diff)
Add article_id column to items table.
Diffstat (limited to 'sqitch.plan')
-rw-r--r--sqitch.plan1
1 files changed, 1 insertions, 0 deletions
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 <masaya@tojo.tokyo> # Add table to manage articles.
transactions [transactions@v1.0.0-alpha.1 articles] 2023-03-12T15:06:03Z Masaya Tojo <masaya@tojo.tokyo> # Add article_id column to transactions table.
+items [items@v1.0.0-alpha.1 articles] 2023-03-12T15:12:15Z Masaya Tojo <masaya@tojo.tokyo> # Add article_id column to items table.