server: Add a person count to recipes
This commit is contained in:
parent
96a9907f7a
commit
614ff07552
4 changed files with 41 additions and 1 deletions
|
|
@ -13,6 +13,7 @@ pub struct Model {
|
|||
pub household: Uuid,
|
||||
#[sea_orm(column_type = "Text")]
|
||||
pub steps: String,
|
||||
pub person_count: i32,
|
||||
}
|
||||
|
||||
#[derive(Copy, Clone, Debug, EnumIter, DeriveRelation)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue