fixIindexed db)L rename db

This commit is contained in:
alexsparkes
2024-12-19 17:23:09 +00:00
parent f439ef7f10
commit 4a040acb62

View File

@@ -1,4 +1,4 @@
const DB_NAME = 'StatsDB';
const DB_NAME = 'MueDB';
const DB_VERSION = 4; // Increment version for new store
const STORE_NAME = 'eventLog';
const CUSTOM_STORE_NAME = 'customImages';