diff options
Diffstat (limited to 'verify/articles.sql')
-rw-r--r-- | verify/articles.sql | 2 |
1 files changed, 1 insertions, 1 deletions
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; |