dexie-encrypted icon indicating copy to clipboard operation
dexie-encrypted copied to clipboard

An object store with the specified name already exists

Open abhiWinjit opened this issue 5 years ago • 1 comments

I had added encryption to db version 7. Till that all updates worked smoothly, as I incremented version after adding encryption. But after this I added one more store in schema with version 8 . but its failed on open & giving "An object store with the specified name already exists" error. Its work perfectly fine if I am removing encryption. Does anything else I have to done while updating after Encrypted version?

abhiWinjit avatar Jun 29 '20 13:06 abhiWinjit

Hi, I've been upgrading my version and I haven't run into this issue. Can you link to a codesandbox?

stutrek avatar Nov 16 '20 18:11 stutrek