Remove LineitemId from cake
This commit is contained in:
parent
23e0b3c590
commit
47e7914224
@ -24,7 +24,6 @@ pub enum Column {
|
|||||||
Name,
|
Name,
|
||||||
Price,
|
Price,
|
||||||
BakeryId,
|
BakeryId,
|
||||||
LineitemId,
|
|
||||||
GlutenFree,
|
GlutenFree,
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -54,7 +53,6 @@ impl ColumnTrait for Column {
|
|||||||
Self::Name => ColumnType::String(None).def(),
|
Self::Name => ColumnType::String(None).def(),
|
||||||
Self::Price => ColumnType::Money(Some((19, 4))).def(),
|
Self::Price => ColumnType::Money(Some((19, 4))).def(),
|
||||||
Self::BakeryId => ColumnType::Integer.def(),
|
Self::BakeryId => ColumnType::Integer.def(),
|
||||||
Self::LineitemId => ColumnType::Integer.def(),
|
|
||||||
Self::GlutenFree => ColumnType::Boolean.def(),
|
Self::GlutenFree => ColumnType::Boolean.def(),
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user