removed metadata from condition check model
This commit is contained in:
@@ -44,10 +44,6 @@ const ConditionCheck = sequelize.define("ConditionCheck", {
|
||||
allowNull: false,
|
||||
defaultValue: DataTypes.NOW,
|
||||
},
|
||||
metadata: {
|
||||
type: DataTypes.JSONB,
|
||||
defaultValue: {},
|
||||
},
|
||||
});
|
||||
|
||||
module.exports = ConditionCheck;
|
||||
Reference in New Issue
Block a user