aboutsummaryrefslogtreecommitdiffstats
path: root/python/sandcrawler/db.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sandcrawler/db.py')
-rw-r--r--python/sandcrawler/db.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/sandcrawler/db.py b/python/sandcrawler/db.py
index ddb71a0..673912c 100644
--- a/python/sandcrawler/db.py
+++ b/python/sandcrawler/db.py
@@ -248,7 +248,7 @@ class SandcrawlerPostgresClient:
for r in batch:
# in case these fields were already packed into 'request'
extra = r.get('request', {})
- for k in ('ext_ids', 'fatcat_release', 'edit_extra'):
+ for k in ('ext_ids', 'fatcat_release', 'edit_extra', 'rel'):
if r.get(k):
extra[k] = r[k]
if extra: