mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-12 12:28:42 +00:00
fix(copilot): idb upgrade
This commit is contained in:
@@ -55,6 +55,9 @@ export class IndexedDBChatMessageHistory extends ChatMessageHistory {
|
||||
database.createObjectStore('chat', {
|
||||
keyPath: 'id',
|
||||
});
|
||||
database.createObjectStore('followingUp', {
|
||||
keyPath: 'id',
|
||||
});
|
||||
} else if (oldVersion === 1) {
|
||||
database.createObjectStore('followingUp', {
|
||||
keyPath: 'id',
|
||||
|
||||
Reference in New Issue
Block a user