dexie-encrypted
                                
                                
                                
                                    dexie-encrypted copied to clipboard
                            
                            
                            
                        An object store with the specified name already exists
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?
Hi, I've been upgrading my version and I haven't run into this issue. Can you link to a codesandbox?