add reply_to index to notice
This commit is contained in:
		@@ -117,6 +117,7 @@ create table notice (
 | 
				
			|||||||
 | 
					
 | 
				
			||||||
    index notice_profile_id_idx (profile_id),
 | 
					    index notice_profile_id_idx (profile_id),
 | 
				
			||||||
    index notice_created_idx (created),
 | 
					    index notice_created_idx (created),
 | 
				
			||||||
 | 
					    index notice_replyto_idx (reply_to),
 | 
				
			||||||
    FULLTEXT(content)
 | 
					    FULLTEXT(content)
 | 
				
			||||||
) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
 | 
					) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user