summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2017-02-25 09:01:49 +0300
committerAndrew Dolgov <[email protected]>2017-02-25 09:01:49 +0300
commitbfbfed517b681fde380335bbb9d1d9c26abaa1fb (patch)
treed9a1ce4a8de97938ce8b2ba2e8d868610d59af66 /schema.sql
parenta0ca4ba4d11e064d21753c810ad9ca1247eed182 (diff)
add favicon, store total pages
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 8e425db..cd9cf95 100644
--- a/schema.sql
+++ b/schema.sql
@@ -12,6 +12,7 @@ drop table if exists epube_books;
create table epube_pagination(
id serial not null primary key,
bookid integer not null,
+ total_pages integer not null,
pagination text not null);
create table epube_books(