From 4414f92a106eed45901b949b99ffa67a88a89895 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Wed, 13 Mar 2024 01:10:00 +0900 Subject: Remove updated_at and created_at columns --- verify/articles.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'verify/articles.sql') diff --git a/verify/articles.sql b/verify/articles.sql index 9192a11..56526d7 100644 --- a/verify/articles.sql +++ b/verify/articles.sql @@ -4,7 +4,7 @@ BEGIN; SET search_path to diary; -SELECT id, timestamp, hash, title, body, created_at, updated_at +SELECT id, timestamp, hash, title, body FROM articles WHERE FALSE; -- cgit v1.2.3