Skip to content

Commit

Permalink
revert Upgrade tenant Code
Browse files Browse the repository at this point in the history
  • Loading branch information
qingxinhome committed Jan 10, 2025
1 parent 20523e0 commit 9d43331
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions pkg/bootstrap/service_upgrade.go
Original file line number Diff line number Diff line change
Expand Up @@ -193,8 +193,6 @@ func (s *service) doCheckUpgrade(ctx context.Context) error {
// 2: add upgrades from latest version to final version
checker := func() (bool, error) {
if v.Version == final.Version && v.VersionOffset >= final.VersionOffset {
// if the schema version has reached finalVersion, mark finalVersion Completed and return
s.upgrade.finalVersionCompleted.Store(true)
return true, nil
}

Expand Down

0 comments on commit 9d43331

Please sign in to comment.