Skip to content

Commit

Permalink
adds image column for story
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmullen committed Oct 12, 2021
1 parent af5aa19 commit fef2be7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cms/src/db/story.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ module.exports = function(sequelize, db) {
date: {
type: db.DATE,
defaultValue: "2018-01-01 00:00:00"
},
image: {
type: db.STRING,
defaultValue: ""
}
},
{
Expand Down

0 comments on commit fef2be7

Please sign in to comment.