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 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(