Skip to content

Commit

Permalink
[#2939] Package schema change - add owner_org
Browse files Browse the repository at this point in the history
  • Loading branch information
tobes committed Oct 2, 2012
1 parent 6be2f36 commit 9df8370
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ckan/logic/schema.py
Expand Up @@ -126,6 +126,7 @@ def default_package_schema():
'resources': default_resource_schema(),
'tags': default_tags_schema(),
'extras': default_extras_schema(),
'owner_org': [ignore_missing, unicode],
'relationships_as_object': default_relationship_schema(),
'relationships_as_subject': default_relationship_schema(),
'groups': {
Expand Down

0 comments on commit 9df8370

Please sign in to comment.