Skip to content

Commit

Permalink
Merge 7e95453 into ea8e34f
Browse files Browse the repository at this point in the history
  • Loading branch information
GodswillOnuoha committed Oct 23, 2018
2 parents ea8e34f + 7e95453 commit 789582c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ module.exports = {
queryInterface.addColumn(
'Comments',
'highlighted', {
type: Sequelize.BOOLEAN,
type: Sequelize.TEXT,
}
),
queryInterface.addColumn(
Expand Down

0 comments on commit 789582c

Please sign in to comment.