Revert "db version up"

This reverts commit 5e0a5f2428.
This commit is contained in:
Alex Sharp 2021-05-22 07:03:36 +01:00
parent 5e0a5f2428
commit 91c798b7c6

View File

@ -9,8 +9,7 @@ import (
)
// DBSchemaVersion
// 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}
var DBSchemaVersion = types.VersionReply{Major: 1, Minor: 0, Patch: 0}
// Buckets