mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-08 23:07:26 -04:00
Improved the migration code from 1 to 2.
This commit is contained in:
parent
e197ad4ab0
commit
d06045a1e7
@ -57,7 +57,7 @@ abstract class KiwixRoomDatabase : RoomDatabase() {
|
||||
"""
|
||||
CREATE TABLE IF NOT EXISTS `HistoryRoomEntity`(
|
||||
`id` INTEGER NOT NULL,
|
||||
`timeStamp` LONG NOT NULL,
|
||||
`timeStamp` INTEGER NOT NULL,
|
||||
`zimId` TEXT NOT NULL,
|
||||
`historyUrl` TEXT NOT NULL,
|
||||
`zimName` TEXT NOT NULL,
|
||||
|
Loading…
x
Reference in New Issue
Block a user