• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/location/import/compiler/db/exporttree.php
  • Класс: BitrixSaleLocationImportCompilerDbExportTreeTable
  • Вызов: ExportTreeTable::switchIndexes
static function switchIndexes($way = true)
{
	MainHttpApplication::getConnection()->query('alter table '.static::getTableName().' '.($way ? 'enable' : 'disable').' keys');
}