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 Mar 13, 2024
1 parent 9c3a373 commit 5d23caf
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 @@ -71,8 +71,8 @@ func manualMigrate(db *gorm.DB) error {
migrate20240102000000(),
migrate20240103000000(),
migrate20240207000000(),
migrate20240311000000(),
migrate20240212000000(),
migrate20240311000000(),
}
return gormigrate.New(db, gormigrateOptions, migrations).Migrate()
}
Expand Down

0 comments on commit 5d23caf

Please sign in to comment.