mirror of
https://github.com/kovidgoyal/calibre.git
synced 2026-05-13 10:42:17 -04:00
Also store read progress in last_read table
This commit is contained in:
@@ -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)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user