Skip to content

Commit d38f880

Browse files
Merge pull request #5984 from devtron-labs/is_latest_not_null_fix
misc: isLatest field in plugin_metadata tag changed to not_null
2 parents 92764f6 + 98d3161 commit d38f880

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
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

vendor/modules.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -344,7 +344,7 @@ github.com/devtron-labs/authenticator/jwt
344344
github.com/devtron-labs/authenticator/middleware
345345
github.com/devtron-labs/authenticator/oidc
346346
github.com/devtron-labs/authenticator/password
347-
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241007082547-2dffd643a849
347+
# github.com/devtron-labs/common-lib v0.18.1-0.20241001061923-eda545dc839e => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241010131105-e2c23f9c80da
348348
## explicit; go 1.21
349349
github.com/devtron-labs/common-lib/async
350350
github.com/devtron-labs/common-lib/blob-storage
@@ -2212,7 +2212,7 @@ xorm.io/xorm/log
22122212
xorm.io/xorm/names
22132213
xorm.io/xorm/schemas
22142214
xorm.io/xorm/tags
2215-
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241007082547-2dffd643a849
2215+
# github.com/devtron-labs/common-lib => github.com/devtron-labs/devtron-services/common-lib v0.0.0-20241010131105-e2c23f9c80da
22162216
# github.com/go-check/check => github.com/go-check/check v0.0.0-20180628173108-788fd7840127
22172217
# github.com/googleapis/gnostic => github.com/googleapis/gnostic v0.5.5
22182218
# k8s.io/api => k8s.io/api v0.29.7

0 commit comments

Comments
 (0)