diff options
Diffstat (limited to 'extra/elasticsearch/changelog_schema.json')
-rw-r--r-- | extra/elasticsearch/changelog_schema.json | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/extra/elasticsearch/changelog_schema.json b/extra/elasticsearch/changelog_schema.json index 7a7ec90c..f3211e99 100644 --- a/extra/elasticsearch/changelog_schema.json +++ b/extra/elasticsearch/changelog_schema.json @@ -16,8 +16,9 @@ "changelog": { "properties": { "index": { "type": "integer" }, - "editgorup_id": { "type": "keyword" }, - "timestamp": { "type": "datetime" }, + "editgroup_id": { "type": "keyword" }, + "timestamp": { "type": "date" }, + "editor_id": { "type": "keyword" }, "username": { "type": "keyword" }, "is_bot": { "type": "boolean" }, "is_admin": { "type": "boolean" }, |