From: Mike Cochrane Date: Tue, 22 Jul 2008 20:53:35 +0000 (-0400) Subject: Index on the correct column X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=0dac70d010ae6a4769af35a3aab9fd70e420f525;p=quix0rs-gnu-social.git Index on the correct column darcs-hash:20080722205335-533db-d7b4a6c727305cffedc443b5bfa15779a685d03a.gz --- diff --git a/db/laconica.sql b/db/laconica.sql index ae5184778e..5869297cc4 100644 --- a/db/laconica.sql +++ b/db/laconica.sql @@ -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;