add columns for update on duplicate real estate
This commit is contained in:
@@ -26,7 +26,42 @@ const bulkUpsertRealEstates = async realEstateData => {
|
|||||||
"gardenSize",
|
"gardenSize",
|
||||||
"adStatus",
|
"adStatus",
|
||||||
"updatedAt",
|
"updatedAt",
|
||||||
"renewedDate"
|
"renewedDate",
|
||||||
|
"numberOfRooms",
|
||||||
|
"numberOfFloors",
|
||||||
|
"floor",
|
||||||
|
"accessRoadType",
|
||||||
|
"heatingType",
|
||||||
|
"furnishingType",
|
||||||
|
"balcony",
|
||||||
|
"newBuilding",
|
||||||
|
"elevator",
|
||||||
|
"water",
|
||||||
|
"electricity",
|
||||||
|
"drainageSystem",
|
||||||
|
"registeredInZkBooks",
|
||||||
|
"recentlyAdapted",
|
||||||
|
"parking",
|
||||||
|
"garage",
|
||||||
|
"gas",
|
||||||
|
"antiTheftDoor",
|
||||||
|
"airCondition",
|
||||||
|
"phoneConnection",
|
||||||
|
"cableTV",
|
||||||
|
"internet",
|
||||||
|
"basementAttic",
|
||||||
|
"storeRoom",
|
||||||
|
"videoSurveillance",
|
||||||
|
"alarm",
|
||||||
|
"suitableForStudents",
|
||||||
|
"includingBills",
|
||||||
|
"animalsAllowed",
|
||||||
|
"pool",
|
||||||
|
"urbanPlanPermit",
|
||||||
|
"buildingPermit",
|
||||||
|
"utilityConnection",
|
||||||
|
"distanceToRiver",
|
||||||
|
"numberOfViewsAgency"
|
||||||
];
|
];
|
||||||
const order = [["updatedAt", "desc"]];
|
const order = [["updatedAt", "desc"]];
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user