From 7d804c60c1fe72d81bf6bdb8a4b4f9a949f6cbeb Mon Sep 17 00:00:00 2001 From: zouap Date: Mon, 6 Jun 2022 09:56:40 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BB=A3=E7=A0=81=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zouap --- models/ai_model_manage.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/ai_model_manage.go b/models/ai_model_manage.go index 0325e8ab1..af61ac524 100644 --- a/models/ai_model_manage.go +++ b/models/ai_model_manage.go @@ -46,7 +46,7 @@ type AiModelConvert struct { SrcEngine int `xorm:"NOT NULL DEFAULT 0"` RepoId int64 `xorm:"INDEX NULL"` ModelId string `xorm:"NOT NULL"` - ModelName string `xorm:"NOT NULL"` + ModelName string `xorm:"NULL"` ModelVersion string `xorm:"NOT NULL"` ModelPath string `xorm:"NULL"` DestFormat int `xorm:"NOT NULL DEFAULT 0"`