Merge, bump db version
This commit is contained in:
parent
8fd0f4a83e
commit
5a3a70550a
3 changed files with 5 additions and 4 deletions
|
@ -18104,12 +18104,13 @@
|
||||||
"lvl": 100,
|
"lvl": 100,
|
||||||
"dexReq": 55,
|
"dexReq": 55,
|
||||||
"defReq": 55,
|
"defReq": 55,
|
||||||
"sdPct": 61600,
|
|
||||||
"mdPct": 14000,
|
|
||||||
"ls": 700,
|
"ls": 700,
|
||||||
"ms": 15,
|
"ms": 15,
|
||||||
"int": -25,
|
"int": -25,
|
||||||
"spd": 10,
|
"spd": 10,
|
||||||
|
"tSdRaw": 500,
|
||||||
|
"fSdRaw": 500,
|
||||||
|
"aSdRaw": 500,
|
||||||
"fixID": true,
|
"fixID": true,
|
||||||
"spRaw3": -10,
|
"spRaw3": -10,
|
||||||
"id": 781
|
"id": 781
|
||||||
|
|
File diff suppressed because one or more lines are too long
|
@ -1,4 +1,4 @@
|
||||||
const DB_VERSION = 96;
|
const DB_VERSION = 97;
|
||||||
// @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;
|
||||||
|
|
Loading…
Reference in a new issue