last_scaled field is always set
It defaults to the creation timestamp
This commit is contained in:
parent
24fa4bebd1
commit
51e8522209
1 changed files with 1 additions and 1 deletions
|
|
@ -53,7 +53,7 @@ class Build(BaseModel):
|
||||||
webui_link: str
|
webui_link: str
|
||||||
status: models.BuildStatus
|
status: models.BuildStatus
|
||||||
created: datetime.datetime
|
created: datetime.datetime
|
||||||
last_scaled: Optional[datetime.datetime]
|
last_scaled: datetime.datetime
|
||||||
|
|
||||||
class Config:
|
class Config:
|
||||||
orm_mode = True
|
orm_mode = True
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue