increase db version
authorThomasV <thomasv1@gmx.de>
Sat, 1 Mar 2014 20:14:21 +0000 (21:14 +0100)
committerThomasV <thomasv1@gmx.de>
Sat, 1 Mar 2014 20:14:21 +0000 (21:14 +0100)
backends/bitcoind/storage.py

index 6dcf027..cd742fd 100644 (file)
@@ -33,7 +33,7 @@ class Storage(object):
             traceback.print_exc(file=sys.stdout)
             self.shared.stop()
 
-        self.db_version = 2 # increase this when database needs to be updated
+        self.db_version = 3 # increase this when database needs to be updated
         try:
             self.last_hash, self.height, db_version = ast.literal_eval(self.db_undo.get('height'))
             print_log("Database version", self.db_version)