aboutsummaryrefslogtreecommitdiff
path: root/verify
diff options
context:
space:
mode:
authorMasaya Tojo <masaya@tojo.tokyo>2024-03-28 01:43:35 +0900
committerMasaya Tojo <masaya@tojo.tokyo>2024-03-28 01:51:38 +0900
commit326678bdd0199fb55543b4d4b6a3da0e5a7b9852 (patch)
treeefb4277f16dca2b50fb7dffb6a9911b60dd0ead4 /verify
parent11889639d74136dd9e2a5f819da75ae781ef0efc (diff)
Add source column for saving org subtree.HEADmain
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;