From 72cafe03e9331d97307aebab69e07f0294ddfc58 Mon Sep 17 00:00:00 2001 From: Mikael Nordfeldth Date: Tue, 29 Mar 2016 12:48:25 +0200 Subject: [PATCH] Index object_type too... --- classes/Notice.php | 1 + 1 file changed, 1 insertion(+) 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