Cake has many lineitems

This commit is contained in:
Sam Samai 2021-07-03 21:20:28 +10:00
parent f60a1c32a3
commit 86bfcba083

View File

@ -15,7 +15,6 @@ pub struct Model {
pub name: String, pub name: String,
pub price: f32, pub price: f32,
pub bakery_id: Option<i32>, pub bakery_id: Option<i32>,
pub lineitem_id: Option<i32>,
pub gluten_free: bool, pub gluten_free: bool,
} }