We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2e2973 commit c467863Copy full SHA for c467863
1 file changed
Chital/ChitalApp.swift
@@ -8,7 +8,7 @@ struct ChitalApp: App {
8
ChatThread.self,
9
ChatMessage.self
10
])
11
- let configuration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: true)
+ let configuration = ModelConfiguration(schema: schema, isStoredInMemoryOnly: false)
12
13
do {
14
return try ModelContainer(for: schema, configurations: [configuration])
0 commit comments