Skip to content

Commit

Permalink
added the missing migration to the list of migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 12, 2023
1 parent 8689fd8 commit 97b089b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions server/backend/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ func (m TumDBMigrator) Migrate() error {
m.migrate20221119131300(),
m.migrate20221210000000(),
m.migrate20230904000000(),
m.migrate20230825000000(),
})
err := mig.Migrate()
return err
Expand Down

0 comments on commit 97b089b

Please sign in to comment.