From cd48422c1b2056d7f71e35a68c3ae34b09fd3631 Mon Sep 17 00:00:00 2001 From: Sachin Maheshwari Date: Tue, 6 Aug 2019 13:55:26 +0530 Subject: [PATCH] removing topicOld from model --- src/models/NotificationSetting.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/models/NotificationSetting.js b/src/models/NotificationSetting.js index ad7261f..39ed238 100644 --- a/src/models/NotificationSetting.js +++ b/src/models/NotificationSetting.js @@ -17,5 +17,4 @@ module.exports = (sequelize, DataTypes) => sequelize.define('NotificationSetting serviceId: { type: DataTypes.STRING, allowNull: false }, name: { type: DataTypes.STRING, allowNull: false }, value: { type: DataTypes.STRING, allowNull: false }, - topicOld: { type: DataTypes.STRING, allowNull: false }, }, { timestamps: false });