summaryrefslogtreecommitdiff
path: root/schema.sql
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2021-01-19 16:56:26 +0300
committerAndrew Dolgov <[email protected]>2021-01-19 16:56:26 +0300
commite3f17c84cffb8ecc13645b3fc236ec6fd98bc00a (patch)
tree62a529c2b05fbfecbe06404566b41cbd753b2ec3 /schema.sql
parentd8cf8e1bd42338bff1f3d5a75cab6c715128e260 (diff)
schema: also drop epube_favorites
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 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;