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
Not sure it's a bug, but I'm kind of lost.
Trying to migrate my project from zoodb 0.5.0 to 0.5.1 and getting this exception on startup.
Looks like Export from 0.5.0 and import to 0.5.1 resolves this problem (I have my own xml export/import functionality based on xstream), but my expectation was that I can easily "just reuse" existing 0.5.0 database with 0.5.1 (just realized that few of my domain/db classes get few additional fields).
What is the proper way for migrating database between versions?