Skip to content

Commit 422f4ac

Browse files
authored
Merge pull request #24 from Schpotsky/feature/link-attachments
Link Attachments and Tags
2 parents b3b65de + 2ebd8a2 commit 422f4ac

File tree

6 files changed

+1026
-705
lines changed

6 files changed

+1026
-705
lines changed

migrations/elasticsearch_sync.js

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,13 @@ function getRequestBody (indexName) {
5656
description: {
5757
type: 'string'
5858
},
59-
filePath: {
59+
path: {
60+
type: 'string'
61+
},
62+
type: {
63+
type: 'string'
64+
},
65+
tags: {
6066
type: 'string'
6167
},
6268
id: {

0 commit comments

Comments
 (0)