diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-25 18:41:33 -0800 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-01-25 18:41:33 -0800 |
commit | f6f7450903bdbe36bd5fff146b942e34ad221557 (patch) | |
tree | c50332c832f414b5c0070e58a42ceb4751ed4d81 /extra/elasticsearch/changelog_schema.json | |
parent | 16256f8ed119c072c09b13b0b1a6d4a56bed5113 (diff) | |
download | fatcat-f6f7450903bdbe36bd5fff146b942e34ad221557.tar.gz fatcat-f6f7450903bdbe36bd5fff146b942e34ad221557.zip |
transform and import fixes/tweaks
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" }, |