Commit e94fb503 authored by vaishali's avatar vaishali
Browse files

Issue #sb-23258 fix: new columns entry in model

Showing with 9 additions and 0 deletions
+9 -0
......@@ -93,6 +93,15 @@ module.exports = function(sequelize, DataTypes) {
},
guidelines_url: {
type: DataTypes.TEXT
},
acceptedContents: {
type: DataTypes.ARRAY(DataTypes.TEXT)
},
rejectedContents: {
type: DataTypes.ARRAY(DataTypes.TEXT)
},
sourcingRejectedComments: {
type: DataTypes.JSONB
}
}, {
timestamps: false,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment