chore(reading/index.php.liquid): hide books that are no longer started
This commit is contained in:
parent
3f685720ce
commit
9e181363dd
5 changed files with 47 additions and 42 deletions
|
@ -1,7 +1,8 @@
|
|||
CREATE OR REPLACE VIEW optimized_books_progress AS
|
||||
SELECT
|
||||
isbn,
|
||||
progress
|
||||
progress,
|
||||
status
|
||||
FROM
|
||||
optimized_books
|
||||
WHERE
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue