server: Add an entity to represent households
This commit is contained in:
parent
e005d8b129
commit
f50d7c1076
8 changed files with 181 additions and 2 deletions
|
|
@ -1,3 +1,5 @@
|
|||
//! `SeaORM` Entity. Generated by sea-orm-codegen 0.11.3
|
||||
|
||||
pub use super::household::Entity as Household;
|
||||
pub use super::household_members::Entity as HouseholdMembers;
|
||||
pub use super::user::Entity as User;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue