Skip to content

Commit aac3682

Browse files
committed
fix(migrations): change deleteEmptyConversations to run only once
1 parent e1d57b5 commit aac3682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/migrations/routines/09-delete-empty-conversations.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ const deleteEmptyConversations: Migration = {
8181
await deleteConversations(collections);
8282
return true;
8383
},
84-
runEveryTime: true,
84+
runEveryTime: false,
8585
runForHuggingChat: "only",
8686
};
8787

0 commit comments

Comments
 (0)