summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2020-11-21 20:50:49 +0300
committerAndrew Dolgov <[email protected]>2020-11-21 20:50:49 +0300
commitfc354926bc0913501f805a7deb1cf66df16c46f9 (patch)
tree628a108918772e74bb156393f03df2847a11376f /schema.sql
parent2d22ff140adad2d6aabf7d7e0f9242fbddf6c672 (diff)
use timestamp to determine local/remote last read progress (SCHEMA UPDATE)
Diffstat (limited to 'schema.sql')
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index 00e62ea..8ddbbdf 100644
--- a/schema.sql
+++ b/schema.sql
@@ -15,6 +15,7 @@ create table epube_books(
id integer not null primary key autoincrement,
bookid integer not null,
owner varchar(200) not null,
+ lastts integer not null,
lastcfi varchar(200) not null,
lastread integer not null);