From 6c0e96213f1b715e132ad5fe382ffabcd5f7b8b3 Mon Sep 17 00:00:00 2001 From: wangchuxiao Date: Tue, 10 May 2022 19:04:08 +0800 Subject: [PATCH] update app --- pkg/common/db/model_struct.go | 1 + 1 file changed, 1 insertion(+) diff --git a/pkg/common/db/model_struct.go b/pkg/common/db/model_struct.go index 03709a67d..a4ab8c73f 100644 --- a/pkg/common/db/model_struct.go +++ b/pkg/common/db/model_struct.go @@ -280,6 +280,7 @@ type AppVersion struct { ForceUpdate bool `gorm:"column:force_update" json:"force_update"` FileName string `gorm:"column:file_name" json:"file_name"` YamlName string `gorm:"column:yaml_name" json:"yaml_name"` + TestField string `gorm:"column:test_field" json:"test_field"` } func (AppVersion) TableName() string {