fix: address code review issues in SQLite adapter
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user