]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Index object_type too...
authorMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Mar 2016 10:48:25 +0000 (12:48 +0200)
committerMikael Nordfeldth <mmn@hethane.se>
Tue, 29 Mar 2016 10:48:25 +0000 (12:48 +0200)
classes/Notice.php

index 6a747e5f5f218c89dca67b0377b5b2049d428b1a..b387b627bf82bf75dc3bd201751081e172373ec9 100644 (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