summaryrefslogtreecommitdiff
path: root/verify/diaries.sql
diff options
context:
space:
mode:
Diffstat (limited to 'verify/diaries.sql')
-rw-r--r--verify/diaries.sql2
1 files changed, 1 insertions, 1 deletions
diff --git a/verify/diaries.sql b/verify/diaries.sql
index 654c2ff..afdd875 100644
--- a/verify/diaries.sql
+++ b/verify/diaries.sql
@@ -4,7 +4,7 @@ BEGIN;
SET search_path to photos;
-SELECT id, photo_id, title, entry, created_at, updated_at
+SELECT id, photo_id, date, title, entry, created_at, updated_at
FROM diaries
WHERE FALSE;