Skip to content

Commit

Permalink
[#1251] fix schema name issue in merge
Browse files Browse the repository at this point in the history
  • Loading branch information
kindly committed Nov 4, 2013
1 parent e1e41b2 commit 5cfaff2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ckan/logic/schema.py
Expand Up @@ -588,7 +588,7 @@ def default_create_resource_view_schema():


def default_update_resource_view_schema():
schema = default_resource_view_schema()
schema = default_create_resource_view_schema()
schema.update({
'id': [not_missing, not_empty, unicode],
'resource_id': [ignore_missing, resource_id_exists],
Expand Down

0 comments on commit 5cfaff2

Please sign in to comment.