droid-migrate
droid-migrate copied to clipboard
Allow missing migrations
Useful when you are retrospectively applying migrations to a legacy app.
If your app already has a version number greater than 1, this allows you to start with a version number in your migrations.xml
file which is equivalent to your existing version, and also to start with a higher-numbered DBVersion
migration class.