Example #1
0
 public function modifyDataAfterImport()
 {
     $this->createTemporaryIndexes();
     RawDataHelper::cleanHouses($this->db, $this->table);
     $this->removeOldRecords();
     $this->addNewRecords();
     RawDataHelper::updateHousesCount($this->db);
     RawDataHelper::updateNextAddressLevelFlag($this->db);
 }
Example #2
0
 public function modifyDataAfterImport()
 {
     RawDataHelper::cleanHouses($this->db, $this->table);
     RawDataHelper::updateHousesCount($this->db);
     RawDataHelper::updateNextAddressLevelFlag($this->db);
 }