Merge pull request #348 from alphagov/fix-migration
Add an 'owner_org' to the v3 package migration
This commit is contained in:
commit
5aad13c2f9
|
@ -574,6 +574,7 @@ def migrate_v3_create_datasets(source_ids=None):
|
|||
'source_type': source.type,
|
||||
'config': source.config,
|
||||
'frequency': source.frequency,
|
||||
'owner_org': source.publisher_id,
|
||||
}
|
||||
context['message'] = 'Created package for harvest source {0}'.format(source.id)
|
||||
try:
|
||||
|
|
Loading…
Reference in New Issue