mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
デバッグのためにデータベースの破壊を許可
This commit is contained in:
parent
656d3a5964
commit
52894cf19c
|
@ -20,6 +20,8 @@ public class LacertaDatabaseModule {
|
||||||
LacertaDatabase.class,
|
LacertaDatabase.class,
|
||||||
"lacerta.db")
|
"lacerta.db")
|
||||||
.allowMainThreadQueries() // Debug
|
.allowMainThreadQueries() // Debug
|
||||||
|
.fallbackToDestructiveMigration() // Debug Only: マイグレーションがない場合などにデータベースを再生成する
|
||||||
|
.fallbackToDestructiveMigrationOnDowngrade() // Debug Only: マイグレーションがない場合などにデータベースを再生成する
|
||||||
.build();
|
.build();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user