Skip to content

Commit

Permalink
added column in structure
Browse files Browse the repository at this point in the history
  • Loading branch information
share2kanna committed Jun 14, 2024
1 parent 0487bc9 commit 4efca2c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions capten/common-pkg/capten-store/model.go
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ type ClusterAppConfig struct {
PluginStoreType int `json:"plugin_store_type" gorm:"column:plugin_store_type"`
Category string `json:"category" gorm:"column:category"`
Description string `json:"description" gorm:"column:description"`
RepoName string `json:"repo_name" gorm:"column:repo_name"`
RepoURL string `json:"repo_url" gorm:"column:repo_url"`
Version string `json:"version" gorm:"column:version"`
Namespace string `json:"namespace" gorm:"column:namespace"`
Expand Down

0 comments on commit 4efca2c

Please sign in to comment.