Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.7.1
zouap 3 years ago
parent
commit
dbadd74322
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/ai_model_manage.go

+ 1
- 1
models/ai_model_manage.go View File

@@ -47,7 +47,7 @@ type AiModelConvert struct {
RepoId int64 `xorm:"INDEX NULL"`
ModelId string `xorm:"NOT NULL"`
ModelVersion string `xorm:"NOT NULL"`
ModelPath string `xorm:"NOT NULL"`
ModelPath string `xorm:"NULL"`
DestFormat int `xorm:"NOT NULL DEFAULT 0"`
NetOutputFormat int `xorm:"NULL"`
UserId int64 `xorm:"NOT NULL"`


Loading…
Cancel
Save