Skip to content

Commit

Permalink
feat(article): update description data type
Browse files Browse the repository at this point in the history
- update description field type from string to varchar
- ensure tests are passing

[Finishes #165335753]
  • Loading branch information
Chrismarcel committed Apr 14, 2019
1 parent fd5cc39 commit 2230473
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ export default {
allowNull: false
},
description: {
type: Sequelize.STRING,
type: Sequelize.TEXT,
allowNull: false
},
body: {
Expand Down

0 comments on commit 2230473

Please sign in to comment.