diff --git a/back/data/cronView.ts b/back/data/cronView.ts index 7f1d6fe2..cf7bb84a 100644 --- a/back/data/cronView.ts +++ b/back/data/cronView.ts @@ -49,7 +49,6 @@ export const CrontabViewModel = sequelize.define( filterRelation: { type: DataTypes.STRING, allowNull: true, - defaultValue: 'and', }, }, );