mirror of
https://github.com/VTECRM/vtenext.git
synced 2026-02-26 16:18:47 +00:00
9 lines
205 B
PHP
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"));
|