Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

🐛 Fix invalid SQL for library stats query #401

Merged
merged 1 commit into from
Aug 18, 2024

Conversation

aaronleopold
Copy link
Collaborator

This was missed before the historical read history feature was merged, the SQL referenced a now non-existent table

Copy link

codecov bot commented Aug 18, 2024

Codecov Report

Attention: Patch coverage is 0% with 13 lines in your changes missing coverage. Please review.

Files Patch % Lines
apps/server/src/routers/api/v1/library.rs 0.00% 13 Missing ⚠️
Files Coverage Δ
apps/server/src/routers/api/v1/library.rs 0.00% <0.00%> (ø)

This was missed before the historical read history feature was merged, the SQL referenced a now non-existent table
@aaronleopold aaronleopold marked this pull request as ready for review August 18, 2024 18:37
@aaronleopold aaronleopold merged commit 362e85f into develop Aug 18, 2024
8 checks passed
@aaronleopold aaronleopold deleted the al/fix-library-stats branch August 18, 2024 20:48
@aaronleopold aaronleopold mentioned this pull request Sep 6, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant