From eaee68ba5ffed646f51779e829163dc339d602a7 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 31 Aug 2023 00:40:54 +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 dadb8a8..aa15f30 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -9,3 +9,4 @@ photos_update_timestamp [schema photos update_timestamp] 2023-08-29T15:15:40Z Ma diaries [schema photos] 2023-08-29T15:30:42Z Masaya Tojo # Add table to manage diaries diaries_update_timestamp [schema diaries update_timestamp] 2023-08-29T15:57:21Z Masaya Tojo # Add update_timestamp trigger to diaries table transactions [schema photos] 2023-08-30T15:06:32Z Masaya Tojo # Add table to manage transactions +transactions_update_timestamp [schema transactions update_timestamp] 2023-08-30T15:38:02Z Masaya Tojo # Add update_timestamp trigger to transactions table -- cgit v1.2.3