Improve data store record retrieval.
This commit is contained in:
@@ -156,9 +156,9 @@ class Event_Abstract_Base_New(Core_Std_Obj_Base):
|
||||
log.setLevel(logging.WARNING) # DEBUG, INFO, WARNING, ERROR, EXCEPTION, CRITICAL
|
||||
log.debug(locals())
|
||||
|
||||
# id_random: Optional[str] = Field(
|
||||
# alias = 'event_abstract_id_random',
|
||||
# )
|
||||
id_random: Optional[str] = Field(
|
||||
alias = 'event_abstract_id_random',
|
||||
)
|
||||
|
||||
event_id_random: Optional[str]
|
||||
event_id: Optional[int]
|
||||
|
||||
Reference in New Issue
Block a user