feat: remove model migration (#2204)
Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
parent
10eeccfe69
commit
9639918c0f
|
|
@ -88,7 +88,8 @@ func migrate(db *gorm.DB) error {
|
|||
&models.Oauth{},
|
||||
&models.Config{},
|
||||
&models.Application{},
|
||||
&models.Model{},
|
||||
// TODO New Model Table.
|
||||
// &models.Model{},
|
||||
)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue