fix validation issue on db upgrade
This commit is contained in:
parent
b5a697ec87
commit
548d3c1c2a
|
@ -465,6 +465,11 @@ def migrate_v3_create_datasets():
|
||||||
'source_type': source.type,
|
'source_type': source.type,
|
||||||
'config': source.config,
|
'config': source.config,
|
||||||
'frequency': source.frequency,
|
'frequency': source.frequency,
|
||||||
|
'author_email': '',
|
||||||
|
'license_id': '',
|
||||||
|
'maintainer_email': '',
|
||||||
|
'maintainer': '',
|
||||||
|
'author': ''
|
||||||
}
|
}
|
||||||
context['message'] = 'Created package for harvest source {0}'.format(source.id)
|
context['message'] = 'Created package for harvest source {0}'.format(source.id)
|
||||||
try:
|
try:
|
||||||
|
|
Loading…
Reference in New Issue