Fix crash on startup after updating from 1.3.2
This commit is contained in:
parent
4c17c5ecd5
commit
23029b128f
2 changed files with 12 additions and 1 deletions
|
|
@ -58,6 +58,7 @@ public class App extends Application {
|
|||
.addMigrations(JellyDatabase.Migration4)
|
||||
.addMigrations(JellyDatabase.Migration5)
|
||||
.addMigrations(JellyDatabase.Migration6)
|
||||
.addMigrations(JellyDatabase.Migration7)
|
||||
.build();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue