Skip to content

Commit

Permalink
fixed a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Oct 22, 2023
1 parent 2f8ed49 commit c2cb0eb
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/backend/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ func (m TumDBMigrator) Migrate() error {
if m.shouldAutoMigrate {
log.Info("Using automigration")
err := m.database.AutoMigrate(
&model.TopNews{},
&model.Crontab{},
&model.File{},
&model.NewsSource{},
Expand Down

0 comments on commit c2cb0eb

Please sign in to comment.