Fixed the bug by replacing the thumbnail_url with the thumbnail_stream_id
This commit is contained in:
parent
fceec71ad3
commit
68097568d5
11 changed files with 885 additions and 69 deletions
|
|
@ -101,6 +101,13 @@ class DatabaseMigrationTest {
|
|||
Migrations.MIGRATION_5_6
|
||||
)
|
||||
|
||||
testHelper.runMigrationsAndValidate(
|
||||
AppDatabase.DATABASE_NAME,
|
||||
Migrations.DB_VER_7,
|
||||
true,
|
||||
Migrations.MIGRATION_6_7
|
||||
)
|
||||
|
||||
val migratedDatabaseV3 = getMigratedDatabase()
|
||||
val listFromDB = migratedDatabaseV3.streamDAO().all.blockingFirst()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue