From 248017b5b50f4e00c909abc234ed71b4dced9f37 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 13 Mar 2023 00:49:16 +0900 Subject: Add foreign key constraint to transactions table referencing types table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index b4100bc..1deae3c 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -21,3 +21,4 @@ items [items@v1.0.0-alpha.1 articles] 2023-03-12T15:12:15Z Masaya Tojo # Add table to manage transaction type codes. articles_update_timestamp [articles update_timestamp] 2023-03-12T15:38:43Z Masaya Tojo # Add update_timestamp trigger to articles table. +transactions [transactions@v1.0.0-alpha.2 articles] 2023-03-12T15:42:06Z Masaya Tojo # Add foreign key constraint to transactions table referencing types table. -- cgit v1.2.3