lib/db: Move database schema migration into its own file (#4985)
This commit is contained in:
@@ -13,8 +13,6 @@ import (
|
||||
"github.com/syncthing/syncthing/lib/protocol"
|
||||
)
|
||||
|
||||
const dbVersion = 3
|
||||
|
||||
const (
|
||||
KeyTypeDevice = iota
|
||||
KeyTypeGlobal
|
||||
|
||||
Reference in New Issue
Block a user