mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: get config with orgs
This commit is contained in:
parent
66610a1493
commit
1423e4c432
3 changed files with 34 additions and 6 deletions
|
|
@ -20,6 +20,10 @@ class Organization(OrganizationBase, table=True):
|
|||
creation_date: str = ""
|
||||
update_date: str = ""
|
||||
|
||||
class OrganizationWithConfig(BaseModel):
|
||||
org: Organization
|
||||
config: OrganizationConfig
|
||||
|
||||
|
||||
class OrganizationUpdate(OrganizationBase):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue