mirror of
https://github.com/kiwix/kiwix-android.git
synced 2025-09-12 00:48:29 -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`(
|
CREATE TABLE IF NOT EXISTS `HistoryRoomEntity`(
|
||||||
`id` INTEGER NOT NULL,
|
`id` INTEGER NOT NULL,
|
||||||
`timeStamp` LONG NOT NULL,
|
`timeStamp` INTEGER NOT NULL,
|
||||||
`zimId` TEXT NOT NULL,
|
`zimId` TEXT NOT NULL,
|
||||||
`historyUrl` TEXT NOT NULL,
|
`historyUrl` TEXT NOT NULL,
|
||||||
`zimName` TEXT NOT NULL,
|
`zimName` TEXT NOT NULL,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user