cmd/syncthing: Reset delta indexes on upgrade

This commit is contained in:
Jakob Borg
2018-02-25 10:14:17 +01:00
committed by Audrius Butkevicius
parent 2751be57dc
commit d4b7be009c
2 changed files with 23 additions and 5 deletions

View File

@@ -26,6 +26,7 @@ const (
KeyTypeDeviceIdx
KeyTypeIndexID
KeyTypeFolderMeta
KeyTypeMiscData
)
func (l VersionList) String() string {