Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <jortel@redhat.com>
  • Loading branch information
jortel committed Jun 26, 2023
1 parent a2e7c33 commit b8b3f16
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions migration/v6/model/analysis.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ type Analysis struct {
// TechDependency report dependency.
type TechDependency struct {
Model
Provider string `gorm:"index:depA;not null;default:''"`
Name string `gorm:"index:depA;not null"`
Provider string `gorm:"index:depA"`
Name string `gorm:"index:depA"`
Version string `gorm:"index:depA"`
SHA string `gorm:"index:depA"`
Indirect bool
Expand Down

0 comments on commit b8b3f16

Please sign in to comment.