droid-migrate icon indicating copy to clipboard operation
droid-migrate copied to clipboard

Allow missing migrations

Open richsage opened this issue 9 years ago • 0 comments

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.

richsage avatar Nov 24 '15 15:11 richsage