We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfddc87 commit 7b355bcCopy full SHA for 7b355bc
ts/node/sql.ts
@@ -1862,7 +1862,7 @@ function cleanUpInvalidConversationIds() {
1862
.prepare(`DELETE FROM ${CONVERSATIONS_TABLE} WHERE id = '' OR id IS NULL OR typeof(id) != 'text';`)
1863
.run();
1864
1865
- console.info(`cleanUpInvalidConversationIds pre-select delete removed ${deleteResult.changes} rows`);
+ console.info(`cleanUpInvalidConversationIds removed ${deleteResult.changes} rows`);
1866
}
1867
1868
function getOutgoingWithoutExpiresAt() {
0 commit comments