sending notification when new items arrive with send grid
This commit is contained in:
@@ -10,8 +10,7 @@ const MarketAlert = sequelize.define("market_alert", {
|
||||
last_date: Sequelize.STRING,
|
||||
email: {
|
||||
type: Sequelize.STRING,
|
||||
allowNull: false,
|
||||
unique: true
|
||||
allowNull: false
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user