lib/db: Remove index ids when dropping folder (#7200)

This commit is contained in:
Simon Frei
2020-12-21 11:10:59 +01:00
committed by GitHub
parent d904dfa191
commit bd0c9913cf
4 changed files with 33 additions and 0 deletions
+1
View File
@@ -419,6 +419,7 @@ func DropFolder(db *Lowlevel, folder string) {
db.dropFolder,
db.dropMtimes,
db.dropFolderMeta,
db.dropFolderIndexIDs,
db.folderIdx.Delete,
}
for _, drop := range droppers {