fix: address code review issues in SQLite adapter

This commit is contained in:
2026-05-04 18:46:31 +02:00
parent 7352b533ff
commit 1ee6873a60
3 changed files with 7 additions and 17 deletions

View File

@@ -183,12 +183,6 @@ pub(crate) struct DirectorCountRow {
pub count: i64,
}
#[derive(sqlx::FromRow)]
pub(crate) struct MonthCountRow {
pub month: String,
pub count: i64,
}
#[derive(sqlx::FromRow)]
pub(crate) struct MonthlyRatingRow {
pub month: String,