add documentation and remove console logs

This commit is contained in:
Peter Maquiran
2024-09-18 15:24:50 +01:00
parent 8d332f73a8
commit a4d81a68e6
6 changed files with 38 additions and 15 deletions
+1 -1
View File
@@ -14,7 +14,7 @@ import { DexieUserPhotoTable, UserPhotoTable, UserPhotoTableColumn } from './ins
// Database declaration (move this to its own module also)
export const chatDatabase = new Dexie('chat-database-v2',{
export const chatDatabase = new Dexie('chat-database-v3',{
// indexedDB: new FDBFactory,
// IDBKeyRange: FDBKeyRange, // Mocking IDBKeyRange
}) as Dexie & {