Skip to content
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion migrations/elasticsearch_sync.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,13 @@ function getRequestBody (indexName) {
description: {
type: 'string'
},
filePath: {
path: {
type: 'string'
},
type: {
type: 'string'
},
tags: {
type: 'string'
},
id: {
Expand Down
Loading