Skip to content

Commit bd0b485

Browse files
Challenge 30115492 updates - Link Attachments and Tags
1 parent 5fa1745 commit bd0b485

File tree

7 files changed

+1481
-659
lines changed

7 files changed

+1481
-659
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)