Index object_type too...

This commit is contained in:
Mikael Nordfeldth 2016-03-29 12:48:25 +02:00
parent f8765c6166
commit 72cafe03e9
1 changed files with 1 additions and 0 deletions

View File

@ -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