Skip to content

Commit cd48422

Browse files
author
Sachin Maheshwari
committed
removing topicOld from model
1 parent 5eb0c08 commit cd48422

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/models/NotificationSetting.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,4 @@ module.exports = (sequelize, DataTypes) => sequelize.define('NotificationSetting
1717
serviceId: { type: DataTypes.STRING, allowNull: false },
1818
name: { type: DataTypes.STRING, allowNull: false },
1919
value: { type: DataTypes.STRING, allowNull: false },
20-
topicOld: { type: DataTypes.STRING, allowNull: false },
2120
}, { timestamps: false });

0 commit comments

Comments
 (0)