From 9c8cbed6cdd725ed1153a260ab0844971b685fbf Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Sat, 11 Nov 2023 16:13:41 +0900 Subject: Change taken_at column type to timestamptz --- sqitch.plan | 1 + 1 file changed, 1 insertion(+) (limited to 'sqitch.plan') diff --git a/sqitch.plan b/sqitch.plan index 4a0c1df..c3b2b16 100644 --- a/sqitch.plan +++ b/sqitch.plan @@ -11,3 +11,4 @@ diaries_update_timestamp [schema diaries update_timestamp] 2023-08-29T15:57:21Z 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 @v1.0.0-alpha1 2023-09-11T16:42:56Z Masaya Tojo # Tag v1.0.0-alpha1 +photos [photos@v1.0.0-alpha1] 2023-11-11T06:26:38Z Masaya Tojo # Change taken_at column type to timestamptz -- cgit v1.2.3