From d7f08e2a280436cb89e83575f10e0adb52a9c53e Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 30 Aug 2023 01:00:17 +0900 Subject: Add update_timestamp trigger to diaries table --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 3e3ee77..ec8c6b8 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -7,3 +7,4 @@ photos [schema] 2023-08-29T13:12:25Z Masaya Tojo # Create ta update_timestamp [schema] 2023-08-29T15:03:35Z Masaya Tojo # Add function to update timestamp photos_update_timestamp [schema photos update_timestamp] 2023-08-29T15:15:40Z Masaya Tojo # Add update_timestamp trigger to photos table 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 -- cgit v1.2.3