[DATABASE] Fix index identifiers and clean up redundant ones
This commit is contained in:
@@ -60,7 +60,7 @@ class SearchSub extends Managed_DataObject
|
||||
),
|
||||
'indexes' => array(
|
||||
'searchsub_created_idx' => array('created'),
|
||||
'searchsub_profile_id_tag_idx' => array('profile_id', 'search'),
|
||||
'searchsub_profile_id_search_idx' => array('profile_id', 'search'),
|
||||
),
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user