Skip to content

Commit c467863

Browse files
committed
Turned off in-memory store
1 parent d2e2973 commit c467863

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Chital/ChitalApp.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ struct ChitalApp: App {
88
ChatThread.self,
99
ChatMessage.self
1010
])
11-
let configuration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: true)
11+
let configuration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: false)
1212

1313
do {
1414
return try ModelContainer(for: schema, configurations: [configuration])

0 commit comments

Comments
 (0)