add servers to the new database
This commit is contained in:
parent
a45ae46d31
commit
eb5b4787ed
7 changed files with 82 additions and 31 deletions
|
|
@ -53,6 +53,7 @@ public class App extends Application {
|
|||
public static JellyDatabase createDatabase(Context context) {
|
||||
return Room.databaseBuilder(context, JellyDatabase.class, "database")
|
||||
.allowMainThreadQueries()
|
||||
.addMigrations(JellyDatabase.Migration2)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue