]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Merge branch '0.7.x' of git@gitorious.org:laconica/dev into 0.7.x
authorEvan Prodromou <evan@controlyourself.ca>
Sun, 19 Apr 2009 02:36:41 +0000 (19:36 -0700)
committerEvan Prodromou <evan@controlyourself.ca>
Sun, 19 Apr 2009 02:36:41 +0000 (19:36 -0700)
db/laconica.sql

index a790a3fd27cca512c8e9d3bc543905f5ef90d8cf..5b57494d984d6cee4b92b1b4e0f5b7325d283e0b 100644 (file)
@@ -117,6 +117,7 @@ create table notice (
 
     index notice_profile_id_idx (profile_id),
     index notice_created_idx (created),
+    index notice_replyto_idx (reply_to),
     FULLTEXT(content)
 ) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;