We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7f7f384 commit d823062Copy full SHA for d823062
scripts/db_migrator.py
@@ -68,9 +68,9 @@ def version_unknown(self):
68
# here we only intended to migrade to DB version 1.0.1.
69
# If new DB version is added in the future, the incremental
70
# upgrade will take care of the subsequent migrations.
71
- # self.migrate_pfc_wd_table()
72
- # self.set_version('version_1_0_1')
73
- # return 'version_1_0_1'
+ self.migrate_pfc_wd_table()
+ self.set_version('version_1_0_1')
+ return 'version_1_0_1'
74
75
76
def version_1_0_1(self):
0 commit comments