server: Add a table for ingredients

This commit is contained in:
traxys 2023-05-29 21:00:40 +02:00
parent f88aecd306
commit d5f3edc33f
7 changed files with 101 additions and 2 deletions

View file

@ -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;