Support bundles: improve plugin collector (#63273)
improve plugin collector
This commit is contained in:
@@ -74,7 +74,7 @@ type PluginSettingInfo struct {
|
||||
OrgID int64 `xorm:"org_id"`
|
||||
Enabled bool `xorm:"enabled"`
|
||||
Pinned bool `xorm:"pinned"`
|
||||
PluginVersion string `xorm:"plugin_id"`
|
||||
PluginVersion string `xorm:"plugin_version"`
|
||||
}
|
||||
|
||||
// ----------------------
|
||||
|
||||
Reference in New Issue
Block a user