]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Reply.php
Squashed commit of the following:
[quix0rs-gnu-social.git] / classes / Reply.php
index 3cc4b942ca74608a1a9945070dd2a941247c58ce..f2c308fac4ebd7573f2131c00b4523cd1fede39d 100644 (file)
@@ -40,6 +40,7 @@ class Reply extends Managed_DataObject
                 'reply_notice_id_idx' => array('notice_id'),
                 'reply_profile_id_idx' => array('profile_id'),
                 'reply_replied_id_idx' => array('replied_id'),
+                'reply_profile_id_modified_notice_id_idx' => array('profile_id', 'modified', 'notice_id')
             ),
         );
     }