fix: add visible columnt to .sql init script
This commit is contained in:
@@ -12,8 +12,8 @@ class ProcessedAgentDataInDB(BaseModel):
|
||||
z: float
|
||||
latitude: float
|
||||
longitude: float
|
||||
visible: bool
|
||||
timestamp: datetime
|
||||
visible: bool
|
||||
|
||||
|
||||
# FastAPI models
|
||||
@@ -50,3 +50,4 @@ class AgentData(BaseModel):
|
||||
class ProcessedAgentData(BaseModel):
|
||||
road_state: str
|
||||
agent_data: AgentData
|
||||
visible: bool
|
||||
|
||||
Reference in New Issue
Block a user