From 62ce03796ba8e43277ba3f5acbf55cfb76591416 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Mon, 11 Mar 2024 00:31:23 +0900 Subject: Add update_updated_at trigger to articles table. --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index eea03de..47af4b2 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -5,3 +5,4 @@ schema 2024-03-10T11:00:19Z Masaya Tojo # Add schema for diary objects. update_updated_at [schema] 2024-03-10T11:29:05Z Masaya Tojo # Add function to update `updated_at` column. articles [schema] 2024-03-10T13:54:19Z Masaya Tojo # Add table manage diary articles. +articles_update_updated_at [schema articles update_updated_at] 2024-03-10T15:28:20Z Masaya Tojo # Add update_updated_at trigger to articles table. -- cgit v1.2.3