Jul 28, 2017 · 1 min read
Thanks for great article :)
Quick question — what’s the best approach to manage already existing migration in plain SQLite.
I already using SQLite and there is 5 different migrations.
Should i just rewrite them in “migration” for each version or start fresh? Will Room handle migration for old DB?
