We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents ce38c48 + 3b68b05 commit 42246b4Copy full SHA for 42246b4
pkg/plugin/repository/GlobalPluginRepository.go
@@ -141,7 +141,7 @@ type PluginMetadata struct {
141
PluginVersion string `sql:"plugin_version, notnull"`
142
IsDeprecated bool `sql:"is_deprecated, notnull"`
143
DocLink string `sql:"doc_link"`
144
- IsLatest bool `sql:"is_latest"`
+ IsLatest bool `sql:"is_latest, notnull"`
145
sql.AuditLog
146
}
147
0 commit comments