mirror of
https://github.com/antebudimir/tempus.git
synced 2026-01-01 01:53:31 +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(
|
@Database(
|
||||||
version = 62,
|
version = 62,
|
||||||
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Chronology.class},
|
entities = {Queue.class, Server.class, RecentSearch.class, Download.class, Chronology.class}
|
||||||
autoMigrations = {@AutoMigration(from = 61, to = 62)}
|
// autoMigrations = {@AutoMigration(from = 61, to = 62)}
|
||||||
)
|
)
|
||||||
@TypeConverters({DateConverters.class})
|
@TypeConverters({DateConverters.class})
|
||||||
public abstract class AppDatabase extends RoomDatabase {
|
public abstract class AppDatabase extends RoomDatabase {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue