Skip to content

Commit

Permalink
checkpoint
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Ortel <[email protected]>
  • Loading branch information
jortel committed Jun 18, 2024
1 parent 2661b4c commit f97b206
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions migration/v15/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ func (r Migration) Apply(db *gorm.DB) (err error) {
if err != nil {
return
}
// add mvn:// prefix.
list := []*model.Application{}
err = db.Find(&list).Error
if err != nil {
Expand Down

0 comments on commit f97b206

Please sign in to comment.