From 7f444b78f417edcf274215cf49a59625e9a06d59 Mon Sep 17 00:00:00 2001 From: ferricles Date: Wed, 27 Jan 2021 17:13:55 -0800 Subject: [PATCH] update ing db version --- load_ing.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/load_ing.js b/load_ing.js index 7d00267..1f32d2a 100644 --- a/load_ing.js +++ b/load_ing.js @@ -1,4 +1,4 @@ -const ING_DB_VERSION = 1; +const ING_DB_VERSION = 2; // @See https://github.com/mdn/learning-area/blob/master/javascript/apis/client-side-storage/indexeddb/video-store/index.js