vtenext/modules/Update/changes/1760_1761.php
2021-04-28 20:10:26 +02:00

9 lines
205 B
PHP

<?php
// crmv@103120
global $adb, $table_prefix;
// remove another useless index
$adb->datadict->ExecuteSQLArray((Array)$adb->datadict->DropIndexSQL('userid_idx', "{$table_prefix}_messages_cron_uid"));