mirror of
https://github.com/whyour/qinglong.git
synced 2025-05-23 14:56:07 +08:00
移除filterRelation默认值
This commit is contained in:
parent
734cc94048
commit
8139384961
|
@ -49,7 +49,6 @@ export const CrontabViewModel = sequelize.define<CronViewInstance>(
|
||||||
filterRelation: {
|
filterRelation: {
|
||||||
type: DataTypes.STRING,
|
type: DataTypes.STRING,
|
||||||
allowNull: true,
|
allowNull: true,
|
||||||
defaultValue: 'and',
|
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user