Also store read progress in last_read table

This commit is contained in:
Kovid Goyal
2017-02-23 08:24:09 +05:30
parent 352a6d9238
commit 1beb7013f5
5 changed files with 10 additions and 10 deletions
+1 -1
View File
@@ -135,7 +135,7 @@ CREATE TABLE last_read_positions ( id INTEGER PRIMARY KEY,
device TEXT NOT NULL,
cfi TEXT NOT NULL,
epoch REAL NOT NULL,
extra TEXT DEFAULT '',
pos_frac REAL NOT NULL DEFAULT 0,
UNIQUE(user, device, book, format)
);