mirror of
https://github.com/rzmk/learnhouse.git
synced 2025-12-19 04:19:25 +00:00
feat: check if user role and element belong to org
This commit is contained in:
parent
bae31f795a
commit
48cf26790a
2 changed files with 28 additions and 1 deletions
|
|
@ -17,6 +17,7 @@ class Lecture(BaseModel):
|
|||
class LectureInDB(Lecture):
|
||||
lecture_id: str
|
||||
coursechapter_id: str
|
||||
org_id: str
|
||||
creationDate: str
|
||||
updateDate: str
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue