Skip to content

Commit

Permalink
Fixed db_migrator version 4_0_3 and 4_0_4 and added missing log info …
Browse files Browse the repository at this point in the history
…to version 4_0_1 (sonic-net#2912)

#### What I did

In PR sonic-net#2893 the db_migrator "migrate_dns_nameserver" was misplaced in the latest version being version 4_0_4 instead of being placed in version 4_0_3. 

Additionally, the log info for version 4_0_1 was missing as well
  • Loading branch information
MuhammadUmarAsad authored and rajkumar38 committed Jul 25, 2023
1 parent 637070e commit c01fcc7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -1031,6 +1031,8 @@ def version_4_0_1(self):
"""
Version 4_0_1.
"""
log.log_info('Handling version_4_0_1')

self.migrate_feature_timer()
self.set_version('version_4_0_2')
return 'version_4_0_2'
Expand Down

0 comments on commit c01fcc7

Please sign in to comment.