Rename 'published' to 'public' (for recipe)
This commit is contained in:
parent
eaef6dc77e
commit
4f739593b8
20 changed files with 92 additions and 91 deletions
|
|
@ -32,7 +32,7 @@ pub struct Recipe {
|
|||
pub difficulty: Difficulty,
|
||||
|
||||
pub servings: Option<u32>,
|
||||
pub is_published: bool,
|
||||
pub is_public: bool,
|
||||
|
||||
#[sqlx(skip)]
|
||||
pub tags: Vec<String>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue