Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7debf0b

Browse files
author
sachin-maheshwari
authoredAug 6, 2019
Merge pull request #147 from topcoder-platform/feature/kafka-topic-name-change
removing topicOld field from model
2 parents 2a36f84 + cd48422 commit 7debf0b

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)
Please sign in to comment.