From: Mikael Nordfeldth Date: Tue, 29 Mar 2016 10:48:25 +0000 (+0200) Subject: Index object_type too... X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=72cafe03e9331d97307aebab69e07f0294ddfc58;p=quix0rs-gnu-social.git Index object_type too... --- diff --git a/classes/Notice.php b/classes/Notice.php index 6a747e5f5f..b387b627bf 100644 --- a/classes/Notice.php +++ b/classes/Notice.php @@ -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