Skip to content

Commit

Permalink
Merge pull request #29 from cofacts/article-reply-feedback-comment
Browse files Browse the repository at this point in the history
Add comment field to articlereplyfeedbacks
  • Loading branch information
MrOrz committed Aug 31, 2018
2 parents cd59d9c + f43d587 commit fa28c4f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions schema/articlereplyfeedbacks.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ export default {
appId: { type: 'keyword' },

score: { type: 'byte' }, // 1, 0, -1
comment: { type: 'text', analyzer: 'cjk_url_email' }, // user comment for the article reply

createdAt: { type: 'date' },
updatedAt: { type: 'date' },
},
Expand Down

0 comments on commit fa28c4f

Please sign in to comment.