]> git.mxchange.org Git - quix0rs-gnu-social.git/commitdiff
Index on the correct column
authorMike Cochrane <mikec@mikenz.geek.nz>
Tue, 22 Jul 2008 20:53:35 +0000 (16:53 -0400)
committerMike Cochrane <mikec@mikenz.geek.nz>
Tue, 22 Jul 2008 20:53:35 +0000 (16:53 -0400)
darcs-hash:20080722205335-533db-d7b4a6c727305cffedc443b5bfa15779a685d03a.gz

db/laconica.sql

index ae5184778e9ae9cdb14e5c08ccd1ac3ebdf469ee..5869297cc463df96691e1e0619fc1387e542c8a9 100644 (file)
@@ -108,8 +108,7 @@ create table notice (
     source varchar(8) comment 'source of comment, like "web", "im", or "clientname"',
     
     index notice_profile_id_idx (profile_id),
-    index notice_created_idx (profile_id),
-    
+    index notice_created_idx (created),
     FULLTEXT(content)
 ) ENGINE=MyISAM;