add command to dump existing listing from fs to db
This commit is contained in:
parent
f7fb891648
commit
8b2025e700
6 changed files with 121 additions and 13 deletions
|
|
@ -37,6 +37,7 @@ class FurnishType(enum.StrEnum):
|
|||
FURNISHED = "furnished"
|
||||
UNFURNISHED = "unfurnished"
|
||||
PART_FURNISHED = "partFurnished"
|
||||
UNKNOWN = "unknown"
|
||||
|
||||
|
||||
class RentListing(Listing, table=True):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue