Support bundles: improve plugin collector (#63273)

improve plugin collector
This commit is contained in:
Ieva
2023-02-10 17:04:34 +00:00
committed by GitHub
parent 3f144924d1
commit b3f9b62592
3 changed files with 52 additions and 40 deletions
+1 -1
View File
@@ -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"`
}
// ----------------------