diff --git a/ckanext/harvest/model/__init__.py b/ckanext/harvest/model/__init__.py index 6539d64..efd85af 100644 --- a/ckanext/harvest/model/__init__.py +++ b/ckanext/harvest/model/__init__.py @@ -468,7 +468,7 @@ def migrate_v3_create_datasets(): 'title': source.title if source.title else source.url, 'notes': source.description, 'url': source.url, - 'type': 'harvest_source', + 'type': 'harvest', 'source_type': source.type, 'config': source.config, 'frequency': source.frequency,