Skip to content

Commit 7debf0b

Browse files
author
sachin-maheshwari
authored
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)