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