Added LDAP IDs to committees & committee_editions
This commit is contained in:
parent
dfcf2798ce
commit
12e9fe2cea
@ -33,6 +33,8 @@ class CommitteeModel(FiberBaseModel):
|
|||||||
|
|
||||||
active: bool = True
|
active: bool = True
|
||||||
|
|
||||||
|
ldap_id: int | None = None
|
||||||
|
|
||||||
editions: CommitteeEditionRefList
|
editions: CommitteeEditionRefList
|
||||||
current_edition: CommitteeEditionRef | None
|
current_edition: CommitteeEditionRef | None
|
||||||
|
|
||||||
@ -53,6 +55,8 @@ class CommitteeEditionModel(FiberBaseModel):
|
|||||||
|
|
||||||
remarks: str = ""
|
remarks: str = ""
|
||||||
|
|
||||||
|
ldap_id: int | None = None
|
||||||
|
|
||||||
start_date: date
|
start_date: date
|
||||||
end_date: date | None # None means ongoing
|
end_date: date | None # None means ongoing
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user