update
This commit is contained in:
parent
ab29259854
commit
d0bd1ef55e
@ -22,7 +22,7 @@ class CommunityBuildingDB(Base):
|
||||
|
||||
class CommunityBuildingCreateBatch(BaseModel):
|
||||
community_id: int
|
||||
building_names: List[str] = Field(..., max_length=100)
|
||||
building_names: List[str] = Field(..., max_length=500)
|
||||
|
||||
class CommunityBuildingCreate(BaseModel):
|
||||
community_id: int
|
||||
|
||||
BIN
jobs.sqlite
BIN
jobs.sqlite
Binary file not shown.
Loading…
Reference in New Issue
Block a user