Index object_type too...
This commit is contained in:
parent
f8765c6166
commit
72cafe03e9
|
@ -110,6 +110,7 @@ class Notice extends Managed_DataObject
|
|||
'notice_profile_id_idx' => array('profile_id', 'created', 'id'),
|
||||
'notice_repeat_of_created_id_idx' => array('repeat_of', 'created', 'id'),
|
||||
'notice_conversation_created_id_idx' => array('conversation', 'created', 'id'),
|
||||
'notice_object_type_idx' => array('object_type'),
|
||||
'notice_verb_idx' => array('verb'),
|
||||
'notice_profile_id_verb_idx' => array('profile_id', 'verb'),
|
||||
'notice_url_idx' => array('url'), // Qvitter wants this
|
||||
|
|
Loading…
Reference in New Issue
Block a user