Forgot to bump db version

This commit is contained in:
hppeng 2022-08-11 04:31:52 -07:00
parent afaca9727d
commit 03897f676d

View file

@ -1,4 +1,4 @@
const DB_VERSION = 106; const DB_VERSION = 107;
// @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.jsA
let db; let db;