Skip to content

Commit

Permalink
Add a mapping hint for id
Browse files Browse the repository at this point in the history
  • Loading branch information
brutasse committed May 11, 2014
1 parent d7161fb commit f2e0d0d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions feedhq/feeds/management/commands/create_index.py
Expand Up @@ -35,6 +35,9 @@ def handle(self, *args, **kwargs):
"user": {
"type": "long",
},
"id": {
"type": "long",
},
},
},
},
Expand Down

0 comments on commit f2e0d0d

Please sign in to comment.