Skip to content

Commit

Permalink
Update server/backend/migration/migration.go
Browse files Browse the repository at this point in the history
  • Loading branch information
CommanderStorm authored Sep 5, 2023
1 parent 9c27b39 commit abcf4f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/backend/migration/migration.go
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ func (m TumDBMigrator) Migrate() error {
m.migrate20220713000000(),
m.migrate20221119131300(),
m.migrate20221210000000(),
m.migrate20230825000000(),
// m.migrate20230825000000(), // TODO: uncomment once v1 backend is shut down to remove the chat
})
err := mig.Migrate()
return err
Expand Down

0 comments on commit abcf4f1

Please sign in to comment.