From e3f17c84cffb8ecc13645b3fc236ec6fd98bc00a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Tue, 19 Jan 2021 16:56:26 +0300 Subject: schema: also drop epube_favorites --- schema.sql | 1 + 1 file changed, 1 insertion(+) (limited to 'schema.sql') 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; -- cgit v1.2.3