server: Add a table for ingredients
This commit is contained in:
parent
f88aecd306
commit
d5f3edc33f
7 changed files with 101 additions and 2 deletions
|
|
@ -2,4 +2,5 @@
|
|||
|
||||
pub use super::household::Entity as Household;
|
||||
pub use super::household_members::Entity as HouseholdMembers;
|
||||
pub use super::ingredient::Entity as Ingredient;
|
||||
pub use super::user::Entity as User;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue