Let\'t assume, I have a simple Room database:
@Database(entities = {User.class}, version = 1) abstract class AppDatabase extends RoomDatabase { public ab
Maybe in this case(if you've only created new table without changing others) you can do this not creating any migrations at all?