You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi there
I'm using zangodb in chrome extension development.
The problem is that when I use the config object and version number to upgrade the database version to the new version, the indexes has not changed, but the version number has changed.
These two configurations are like this:
// version 1letDBStruct={user: {"userid":true},};// version 2letDBStruct={user: {"uid":true,"userid":false},};
The uid index not created, and userid is still there.
The text was updated successfully, but these errors were encountered:
Hi there
I'm using zangodb in chrome extension development.
The problem is that when I use the config object and version number to upgrade the database version to the new version, the indexes has not changed, but the version number has changed.
These two configurations are like this:
The uid index not created, and userid is still there.
The text was updated successfully, but these errors were encountered: