Searched defs:fallbackToDestructiveMigration (Results 1 - 1 of 1) sorted by relevance

/frameworks/support/room/runtime/src/main/java/androidx/room/
H A DRoomDatabase.java537 public Builder<T> fallbackToDestructiveMigration() { method in class:RoomDatabase.Builder
547 * {@link #fallbackToDestructiveMigration()}, except that this method allows the
550 * Using this method is preferable to {@link #fallbackToDestructiveMigration()} if you want

Completed in 154 milliseconds