From 5329d23de236e5bb89757dfde532cd7810748d5e Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Fri, 10 Mar 2023 09:08:49 +0900 Subject: Add function to assign an article to an transaction. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 240155c..f4d51f9 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -31,3 +31,4 @@ articles [appschema] 2023-03-05T14:01:38Z Masaya Tojo # Add transactions_article_id [transactions articles] 2023-03-05T14:25:46Z Masaya Tojo # Add article_id column to transactions table. items_article_id [items articles] 2023-03-05T14:32:43Z Masaya Tojo # Add article_id column to items table. articles_update_timestamp [articles update_timestamp] 2023-03-05T17:01:58Z Masaya Tojo # Add update_timestamp trigger to articles table. +assign_article_to_transaction [articles transactions appschema] 2023-03-09T22:19:24Z Masaya Tojo # Add function to set an article to an transaction. -- cgit v1.2.3