Skip to content

Commit

Permalink
fix change
Browse files Browse the repository at this point in the history
  • Loading branch information
arfeigin committed Feb 16, 2023
1 parent 2b9a3db commit 5dccee0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/db_migrator.py
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ def version_4_0_0(self):
enable_state = 'enable'
else:
enable_state = 'disable'
self.stateDB.set(self.stateDB.STATE_DB, 'FAST_RESTART_ENABLE_TABLE|system', enable_state)
self.stateDB.set(self.stateDB.STATE_DB, 'FAST_RESTART_ENABLE_TABLE', 'system', enable_state)
self.set_version('version_4_0_1')
return 'version_4_0_1'

Expand Down

0 comments on commit 5dccee0

Please sign in to comment.