Skip to content

Commit

Permalink
Add db_migrator major version "2_0_4" for supporting upgrade from ecS…
Browse files Browse the repository at this point in the history
…ONiC 202111
  • Loading branch information
PeterTSW-EC committed Nov 7, 2024
1 parent 22ca1a3 commit 0a00f28
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,15 @@ def version_2_0_2(self):
This is the latest version for 202012 branch
"""
log.log_info('Handling version_2_0_2')
self.set_version('version_2_0_4')
return 'version_2_0_4'

def version_2_0_4(self):
"""
Version 2_0_4
This is the latest version for 202111 branch
"""
log.log_info('Handling version_2_0_4')
self.set_version('version_3_0_0')
return 'version_3_0_0'

Expand Down

0 comments on commit 0a00f28

Please sign in to comment.