Skip to content

Commit

Permalink
migration file
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm committed Sep 12, 2023
1 parent 733dc28 commit 0d78fe9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/backend/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,10 @@ func (m TumDBMigrator) Migrate() error {
m.migrate20220713000000(),
m.migrate20221119131300(),
m.migrate20221210000000(),
m.migrate20230826000000(),
m.migrate2023090410000000(),
m.migrate2023090510000000(),
m.migrate20230912000000(),
})
err := mig.Migrate()
return err
Expand Down

0 comments on commit 0d78fe9

Please sign in to comment.