diff --git a/feedhq/feeds/management/commands/create_index.py b/feedhq/feeds/management/commands/create_index.py index 39564a3..a2f393c 100644 --- a/feedhq/feeds/management/commands/create_index.py +++ b/feedhq/feeds/management/commands/create_index.py @@ -35,6 +35,9 @@ def handle(self, *args, **kwargs): "user": { "type": "long", }, + "id": { + "type": "long", + }, }, }, },