mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-08-03 18:56:44 -04:00
Fixed: Migration of DownloadRoomEntity.
This commit is contained in:
parent
9bf5ce9aab
commit
89d7b87925
@ -230,8 +230,8 @@ abstract class KiwixRoomDatabase : RoomDatabase() {
|
||||
etaInMilliSeconds INTEGER NOT NULL DEFAULT -1,
|
||||
bytesDownloaded INTEGER NOT NULL DEFAULT -1,
|
||||
totalSizeOfDownload INTEGER NOT NULL DEFAULT -1,
|
||||
status TEXT NOT NULL 'NONE',
|
||||
error TEXT NOT NULL 'NONE',
|
||||
status TEXT NOT NULL DEFAULT 'NONE',
|
||||
error TEXT NOT NULL DEFAULT 'NONE',
|
||||
progress INTEGER NOT NULL DEFAULT -1,
|
||||
bookId TEXT NOT NULL,
|
||||
title TEXT NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user