channeldb: modify base DB version to start at 0, not 1
This commit is contained in:
parent
1e710b73a0
commit
5b2f9a5b69
@ -37,7 +37,7 @@ var (
|
||||
dbVersions = []version{
|
||||
{
|
||||
// The base DB version requires no migration.
|
||||
number: 1,
|
||||
number: 0,
|
||||
migration: nil,
|
||||
},
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user