mirror of
https://gitlab.com/pulsechaincom/erigon-pulse.git
synced 2024-12-31 16:21:21 +00:00
db version up
This commit is contained in:
parent
c4e20896fa
commit
5e0a5f2428
@ -9,7 +9,8 @@ import (
|
||||
)
|
||||
|
||||
// DBSchemaVersion
|
||||
var DBSchemaVersion = types.VersionReply{Major: 1, Minor: 0, Patch: 0}
|
||||
// 2.0.0 - renamed all buckets for mdbx - to more readable names and CamelCase format. See: https://github.com/ledgerwatch/erigon/pull/1982
|
||||
var DBSchemaVersion = types.VersionReply{Major: 2, Minor: 0, Patch: 0}
|
||||
|
||||
// Buckets
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user