Skip to content

Commit

Permalink
added missing handling log info in verson_4_0_1
Browse files Browse the repository at this point in the history
  • Loading branch information
MuhammadUmarAsad committed Jun 16, 2023
1 parent 2672a99 commit f87a7e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,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 All @@ -1017,7 +1019,6 @@ def version_4_0_3(self):
log.log_info('Handling version_4_0_3')

self.migrate_config_db_switchport_mode()

self.set_version('version_4_0_4')
return 'version_4_0_4'

Expand Down

0 comments on commit f87a7e7

Please sign in to comment.