mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-25 11:06:43 +08:00
update app
This commit is contained in:
parent
2c89d80a27
commit
6c0e96213f
@ -280,6 +280,7 @@ type AppVersion struct {
|
|||||||
ForceUpdate bool `gorm:"column:force_update" json:"force_update"`
|
ForceUpdate bool `gorm:"column:force_update" json:"force_update"`
|
||||||
FileName string `gorm:"column:file_name" json:"file_name"`
|
FileName string `gorm:"column:file_name" json:"file_name"`
|
||||||
YamlName string `gorm:"column:yaml_name" json:"yaml_name"`
|
YamlName string `gorm:"column:yaml_name" json:"yaml_name"`
|
||||||
|
TestField string `gorm:"column:test_field" json:"test_field"`
|
||||||
}
|
}
|
||||||
|
|
||||||
func (AppVersion) TableName() string {
|
func (AppVersion) TableName() string {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user