Better Dashboard

This commit is contained in:
2024-01-30 17:57:23 +08:00
parent cd71bbad5f
commit 2a32c8b2f6
12 changed files with 271 additions and 12 deletions

View File

@ -15,6 +15,7 @@ func RunMigration(source *gorm.DB) error {
&models.AuthChallenge{},
&models.MagicToken{},
&models.ThirdClient{},
&models.ActionEvent{},
); err != nil {
return err
}