Skip to content

Commit 42246b4

Browse files
took merge from develop
2 parents ce38c48 + 3b68b05 commit 42246b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/plugin/repository/GlobalPluginRepository.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ type PluginMetadata struct {
141141
PluginVersion string `sql:"plugin_version, notnull"`
142142
IsDeprecated bool `sql:"is_deprecated, notnull"`
143143
DocLink string `sql:"doc_link"`
144-
IsLatest bool `sql:"is_latest"`
144+
IsLatest bool `sql:"is_latest, notnull"`
145145
sql.AuditLog
146146
}
147147

0 commit comments

Comments
 (0)