Explorar el Código

les/lespay/server: bump database version (#21571)

gary rong hace 5 años
padre
commit
93f047023f
Se han modificado 1 ficheros con 6 adiciones y 1 borrados
  1. 6 1
      les/lespay/server/clientdb.go

+ 6 - 1
les/lespay/server/clientdb.go

@@ -37,8 +37,13 @@ const (
 	// nodeDBVersion is the version identifier of the node data in db
 	//
 	// Changelog:
+	// Version 0 => 1
 	// * Replace `lastTotal` with `meta` in positive balance: version 0=>1
-	nodeDBVersion = 1
+	//
+	// Version 1 => 2
+	// * Positive Balance and negative balance is changed:
+	// * Cumulative time is replaced with expiration
+	nodeDBVersion = 2
 
 	// dbCleanupCycle is the cycle of db for useless data cleanup
 	dbCleanupCycle = time.Hour