feat: remove model migration (#2204)

Signed-off-by: Gaius <gaius.qi@gmail.com>
This commit is contained in:
Gaius 2023-03-21 17:09:02 +08:00
parent 10eeccfe69
commit 9639918c0f
No known key found for this signature in database
GPG Key ID: 8B4E5D1290FA2FFB
1 changed files with 2 additions and 1 deletions

View File

@ -88,7 +88,8 @@ func migrate(db *gorm.DB) error {
&models.Oauth{}, &models.Oauth{},
&models.Config{}, &models.Config{},
&models.Application{}, &models.Application{},
&models.Model{}, // TODO New Model Table.
// &models.Model{},
) )
} }