Skip to content

Commit

Permalink
Merge pull request #65 from andela/bg-null-property-164694253
Browse files Browse the repository at this point in the history
#164694253 replace null value in comment object
  • Loading branch information
Chrismarcel committed Mar 21, 2019
2 parents 4af27ee + d52cc33 commit b189bcf
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ export default {
},
highlighted: {
type: Sequelize.STRING,
allowNull: true,
allowNull: false,
defaultValue: 'N/A',
},
index: {
type: Sequelize.INTEGER,
Expand Down

0 comments on commit b189bcf

Please sign in to comment.