From a9c3438a20e7eccfdd31414c2c71092ddda8f705 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sun, 12 Mar 2023 23:13:31 +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 2fadd9b..7f881f9 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -10,3 +10,4 @@ insert_item [schema items] 2023-03-12T07:25:23Z Masaya Tojo delete_item [schema items] 2023-03-12T08:14:34Z Masaya Tojo # Add function to delete item. 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. -- cgit v1.2.3