Rename in category table: model_type to geom_type
This commit is contained in:
parent
b772e1bd80
commit
c0c308a657
5 changed files with 16 additions and 15 deletions
|
@ -28,7 +28,7 @@ class Store(BaseModel):
|
|||
minor_group_1: str
|
||||
minor_group_2: str
|
||||
#model: GeoModel
|
||||
model_type: str
|
||||
geom_type: str
|
||||
name: str
|
||||
#name_letter: str
|
||||
#name_number: int
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue