aaronpowell / db.js

db.js is a wrapper for IndexedDB to make it easier to work against
http://aaronpowell.github.com/db.js/
MIT License
818 stars 142 forks source link

Can not change keyPath for table even after increasing version #189

Open hussain1368 opened 6 years ago

hussain1368 commented 6 years ago

when I change the schema (I changed the keyPath for table) and I increase the version. no effect is applied. the keyPath remains the same.