Skip to content

Commit

Permalink
add migrations version
Browse files Browse the repository at this point in the history
  • Loading branch information
guo-li-hua committed Jul 5, 2021
1 parent f46671e commit b9d82fc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dag/migration/versions.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ func NewMigrations(db ptndb.Database) map[string]IMigration {
migrations["1.0.7-hotfix1"] = NewNothingMigration("1.0.7-hotfix1", "1.0.8-alpha")
migrations["1.0.8-alpha"] = NewNothingMigration("1.0.8-alpha", "1.0.8-release")
migrations["1.0.8-release"] = NewNothingMigration("1.0.8-release", "1.0.9-release")
migrations["1.0.9-release"] = NewNothingMigration("1.0.9-release", "1.0.10-release")

return migrations
}
Expand Down

0 comments on commit b9d82fc

Please sign in to comment.