]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - classes/Notice.php
Remove fulltext indexes from notice and profile tables. The default
[quix0rs-gnu-social.git] / classes / Notice.php
index e34dab549f4d7989cc144090db7389c81c899ec8..a38f54f050cc46337194d74915bdc4f3e81a2e71 100644 (file)
@@ -127,9 +127,6 @@ class Notice extends Managed_DataObject
                 'notice_created_idx' => array('created'),
                 'notice_replyto_idx' => array('reply_to'),
                 'notice_repeatof_idx' => array('repeat_of'),
-            ),
-            'fulltext indexes' => array(
-                'content' => array('content'),
             )
         );
     }