diff --git a/Sources/SQLiteStore.swift b/Sources/SQLiteStore.swift index be95dfb..7abebde 100644 --- a/Sources/SQLiteStore.swift +++ b/Sources/SQLiteStore.swift @@ -219,6 +219,7 @@ public final class SQLiteStore: LocalStorage { options: [NSSQLitePragmasOption: ["journal_mode": "DELETE"]] ) } + _ = try? FileManager.default.removeItem(atPath: "\(self.fileURL.path)-shm") } /**