Skip to content

Commit

Permalink
fix(bridge-history): v2 db migrate (scroll-tech#1060)
Browse files Browse the repository at this point in the history
  • Loading branch information
colinlyguo authored Dec 29, 2023
1 parent 8910699 commit 08dac09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bridge-history-api/internal/orm/migrate/migrate.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ const MigrationsDir string = "migrations"
func init() {
goose.SetBaseFS(embedMigrations)
goose.SetSequential(true)
goose.SetTableName("bridge_history_migrations")
goose.SetTableName("bridge_historyv2_migrations")

verbose, _ := strconv.ParseBool(os.Getenv("LOG_SQL_MIGRATIONS"))
goose.SetVerbose(verbose)
Expand Down

0 comments on commit 08dac09

Please sign in to comment.