From 8139384961f58016a0b607133492995b37a7fdae Mon Sep 17 00:00:00 2001 From: whyour Date: Mon, 14 Nov 2022 23:31:27 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4filterRelation=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E5=80=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- back/data/cronView.ts | 1 - 1 file changed, 1 deletion(-) 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', }, }, );