diff --git a/ckanext/harvest/model/__init__.py b/ckanext/harvest/model/__init__.py index cb3998d..bc84422 100644 --- a/ckanext/harvest/model/__init__.py +++ b/ckanext/harvest/model/__init__.py @@ -162,6 +162,10 @@ mapper( Package, backref='harvest_objects', ), + 'job': relation( + HarvestJob, + backref=u'objects', + ), }, )