Bump db version to force reload

This commit is contained in:
b 2021-07-05 21:33:49 -07:00
parent 92f08629c0
commit f0ccebd6a9

View file

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