移除filterRelation默认值

This commit is contained in:
whyour
2022-11-14 23:31:27 +08:00
parent 734cc94048
commit 8139384961
-1
View File
@@ -49,7 +49,6 @@ export const CrontabViewModel = sequelize.define<CronViewInstance>(
filterRelation: {
type: DataTypes.STRING,
allowNull: true,
defaultValue: 'and',
},
},
);