• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/compiler.php
  • Класс: BitrixSaleLocationImportCompilerCompiler
  • Вызов: Compiler::cleanUpExportTables
private function cleanUpExportTables()
{
	$this->eTreeDB->cleanup();
	$this->eTreeDB->dropIndexes();

	$this->eTreeDBRussia->cleanup();
	$this->eTreeDBRussia->dropIndexes();
}