aboutsummaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
Diffstat (limited to 'verify')
-rw-r--r--verify/articles.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify/articles.sql b/verify/articles.sql
index 4b98547..710b462 100644
--- a/verify/articles.sql
+++ b/verify/articles.sql
@@ -4,7 +4,7 @@ BEGIN;
SET search_path to diary;
-SELECT article_id, timestamp, hash, title, body
+SELECT article_id, timestamp, hash, source, title, body
FROM articles
WHERE FALSE;