From d97bccef31c3a16be43bf94ed1632d22e61298b4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 1 Mar 2023 02:03:28 +0900 Subject: Add update_timestamp trigger to transactions table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index de81c12..5da13ea 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -11,3 +11,4 @@ items [appschema transactions] 2023-02-28T12:08:45Z Masaya Tojo # Add function to insert item. delete_item [appschema items] 2023-02-28T13:13:39Z Masaya Tojo # Add function to delete item. update_timestamp [appschema] 2023-02-28T14:30:04Z Masaya Tojo # Add triger function to update a timestamp. +transactions_update_timestamp [transactions update_timestamp] 2023-02-28T16:43:49Z Masaya Tojo # Add update_timestamp trigger to transactions table. -- cgit v1.2.3