chore(reading/index.php.liquid): hide books that are no longer started

This commit is contained in:
Cory Dransfeldt 2025-06-15 15:38:44 -07:00
parent 3f685720ce
commit 9e181363dd
No known key found for this signature in database
5 changed files with 47 additions and 42 deletions

View file

@ -1,7 +1,8 @@
CREATE OR REPLACE VIEW optimized_books_progress AS
SELECT
isbn,
progress
progress,
status
FROM
optimized_books
WHERE