Added functionality to select article.
This commit is contained in:
@@ -3,6 +3,6 @@ use sqlx::FromRow;
|
||||
|
||||
#[derive(Debug, Deserialize, Serialize, Clone, FromRow)]
|
||||
pub struct Variant {
|
||||
pub id: usize,
|
||||
pub id: i64,
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user