change CLIENT_DB_VER_STR instead of DB_VERSION
This commit is contained in:
@@ -164,7 +164,7 @@ pub struct Client {
|
||||
}
|
||||
|
||||
const HISTORY: u64 = 1000;
|
||||
const CLIENT_DB_VER_STR: &'static str = "1.0";
|
||||
const CLIENT_DB_VER_STR: &'static str = "2.0";
|
||||
|
||||
impl Client {
|
||||
/// Create a new client with given spec and DB path.
|
||||
|
||||
Reference in New Issue
Block a user