Skip to content

Commit

Permalink
feat: remove model migration (#2204)
Browse files Browse the repository at this point in the history
Signed-off-by: Gaius <[email protected]>
  • Loading branch information
gaius-qi authored Mar 21, 2023
1 parent 4760bbf commit 577ad16
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion manager/database/database.go
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,8 @@ func migrate(db *gorm.DB) error {
&models.Oauth{},
&models.Config{},
&models.Application{},
&models.Model{},
// TODO New Model Table.
// &models.Model{},
)
}

Expand Down

0 comments on commit 577ad16

Please sign in to comment.