summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
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);