Dexie.js: the error version when new a db with the appointed version number

Created on 11 Jan 2018  路  3Comments  路  Source: dfahlander/Dexie.js

like this,when I new a db and appointed the version of the db is 1,but I get the db with version number which equals 10. Also, when I appointed the version of the db is 2, I get the db with version number which equals 20.
var db = new Dexie("DEXIE");
db.version(1).stores({
students: 'id,name,age',
teachers: 'id,name,phone'
});

Most helpful comment

All 3 comments

@dfahlander I guess this issue can be closed

Thanks @fgilio

Was this page helpful?
0 / 5 - 0 ratings

Related issues

devolarium picture devolarium  路  3Comments

ghost picture ghost  路  3Comments

Script47 picture Script47  路  3Comments

sortegamartin picture sortegamartin  路  3Comments

nezcich picture nezcich  路  3Comments