fix(model): don't clobber local flags when receiving index (#10190)

This commit is contained in:
Jakob Borg
2025-06-20 07:08:06 +00:00
committed by GitHub
parent 4c64843d60
commit c5a29b5b26
4 changed files with 19 additions and 6 deletions
+1 -1
View File
@@ -22,7 +22,7 @@ import (
"github.com/syncthing/syncthing/lib/protocol"
)
const currentSchemaVersion = 2
const currentSchemaVersion = 3
//go:embed sql/**
var embedded embed.FS