work on planner templates in progress
This commit is contained in:
Binary file not shown.
@@ -15,7 +15,7 @@ pub mod fields {
|
||||
/// representing the main use of the resulting preparation.
|
||||
///
|
||||
/// It is stored as Integer
|
||||
#[derive(Debug, Copy, Clone, FromSqlRow, AsExpression)]
|
||||
#[derive(Debug, Copy, Clone, Eq, PartialEq, FromSqlRow, AsExpression)]
|
||||
#[sql_type = "SmallInt"]
|
||||
pub enum RecipeCategory {
|
||||
Breakfast = 0,
|
||||
|
||||
Reference in New Issue
Block a user