Modifying Schema with same version causes problem when tables grow more than 50 or so #1941
Unanswered
abduljabbar021
asked this question in
Q&A
Replies: 1 comment
-
Thanks! Please provide a full repro in jsfiddle or similar where I can open a link the reproduces the issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I think there is some issue when updating schema with same number of version but more than 50 schema. It isn't creating new tables. Table is not shown in indexedDB in Console as well even though I could see that my db connection has this table
But when trying to update version as well with new schema, it works good
Here is the code
Above code run into issue
Beta Was this translation helpful? Give feedback.
All reactions