add deletedEmail field to the SearchRequest model
This commit is contained in:
@@ -66,6 +66,9 @@ module.exports = (sequelize, DataTypes) => {
|
|||||||
type: DataTypes.TEXT,
|
type: DataTypes.TEXT,
|
||||||
defaultValue: EMAIL_FREQUENCY.ASAP.stringId,
|
defaultValue: EMAIL_FREQUENCY.ASAP.stringId,
|
||||||
allowNull: false
|
allowNull: false
|
||||||
|
},
|
||||||
|
deletedEmail: {
|
||||||
|
type: DataTypes.TEXT
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user