Commenting out the base_fields for *_id_random in the models
This commit is contained in:
@@ -17,7 +17,7 @@ class Event_Device_Base(BaseModel):
|
||||
log.debug(locals())
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['event_device_id_random'],
|
||||
# **base_fields['event_device_id_random'],
|
||||
alias = 'event_device_id_random',
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
|
||||
@@ -19,7 +19,7 @@ class Event_Presentation_Base(BaseModel):
|
||||
log.debug(locals())
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['event_presentation_id_random'],
|
||||
# **base_fields['event_presentation_id_random'],
|
||||
alias = 'event_presentation_id_random',
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
|
||||
@@ -20,7 +20,7 @@ class Event_Presenter_Base(BaseModel):
|
||||
log.debug(locals())
|
||||
|
||||
id_random: Optional[str] = Field(
|
||||
**base_fields['event_presenter_id_random'],
|
||||
# **base_fields['event_presenter_id_random'],
|
||||
alias = 'event_presenter_id_random',
|
||||
)
|
||||
id: Optional[int] = Field(
|
||||
|
||||
Reference in New Issue
Block a user