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 Jul 16, 2024
1 parent f9ca100 commit b5b1746
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions migration/v15/model/application.go
Original file line number Diff line number Diff line change
Expand Up @@ -296,3 +296,11 @@ type ImportTag struct {
ImportID uint `gorm:"index"`
Import *Import
}

type Repository struct {
Kind string `json:"kind"`
URL string `json:"url"`
Branch string `json:"branch"`
Tag string `json:"tag"`
Path string `json:"path"`
}

0 comments on commit b5b1746

Please # to comment.