From a4a99033f2d3eb7e6d03387fe7e6618604885776 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 23:16:42 +0900 Subject: Add update_timestamp trigger to items table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 7f881f9..95b4dcb 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -11,3 +11,4 @@ delete_item [schema items] 2023-03-12T08:14:34Z Masaya Tojo delete_transaction [schema transactions] 2023-03-12T08:40:47Z Masaya Tojo # Add function to delete transaction. update_timestamp [schema] 2023-03-12T13:57:49Z Masaya Tojo # Add function to update timestamp. transactions_update_timestamp [transactions update_timestamp] 2023-03-12T14:10:42Z Masaya Tojo # Add update_timestamp trigger to transactions table. +items_update_timestamp [items update_timestamp] 2023-03-12T14:14:13Z Masaya Tojo # Add update_timestamp trigger to items table. -- cgit v1.2.3