summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--schema.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/schema.sql b/schema.sql
index 8ddbbdf..e67e980 100644
--- a/schema.sql
+++ b/schema.sql
@@ -2,6 +2,7 @@ drop table if exists epube_pagination;
drop table if exists epube_books;
drop table if exists epube_users;
drop table if exists epube_sessions;
+drop table if exists epube_favorites;
drop index if exists epube_sessions_expire;