mirror of
https://github.com/antebudimir/tempus.git
synced 2025-12-31 17:43:32 +00:00
Disable db autoMigration
This commit is contained in:
parent
6b81f64c12
commit
68926d81bd
1 changed files with 2 additions and 2 deletions
|
|
@ -21,8 +21,8 @@ import com.cappielloantonio.play.model.Server;
|
|||
|
||||
@Database(
|
||||
version = 62,
|
||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Chronology.class},
|
||||
autoMigrations = {@AutoMigration(from = 61, to = 62)}
|
||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Chronology.class}
|
||||
// autoMigrations = {@AutoMigration(from = 61, to = 62)}
|
||||
)
|
||||
@TypeConverters({DateConverters.class})
|
||||
public abstract class AppDatabase extends RoomDatabase {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue