1
0
Fork 0
forked from External/ergo

Merge pull request #1419 from slingamn/alwayson_channelmodes.1

fix #1345
This commit is contained in:
Shivaram Lingamneni 2020-12-04 02:28:38 -08:00 committed by GitHub
commit 7e56f62aed
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 130 additions and 20 deletions

View file

@ -20,7 +20,7 @@ const (
// XXX instead of referencing, e.g., keyAccountExists, we should write in the string literal
// (to ensure that no matter what code changes happen elsewhere, we're still producing a
// db of the hardcoded version)
importDBSchemaVersion = 18
importDBSchemaVersion = 19
)
type userImport struct {