summaryrefslogtreecommitdiff
path: root/db
diff options
context:
space:
mode:
authorSarven Capadisli <csarven@controlyourself.ca>2009-04-19 23:40:26 +0000
committerSarven Capadisli <csarven@controlyourself.ca>2009-04-19 23:40:26 +0000
commit8d4738d9566e6d7e68793063b3d72e4a3693fafe (patch)
tree6c63d56554141cce15689448123bc86927227f06 /db
parent39c0e3a9ef9c0d82eb5fae54d2aa422e281b24a1 (diff)
parent046e5b23bb192699efad179f0de81a3d03ea1b7e (diff)
Merge branch '0.7.x' into 0.8.x
Diffstat (limited to 'db')
-rw-r--r--db/laconica.sql1
1 files changed, 1 insertions, 0 deletions
diff --git a/db/laconica.sql b/db/laconica.sql
index 20f0cabd1..83d610f0d 100644
--- a/db/laconica.sql
+++ b/db/laconica.sql
@@ -119,6 +119,7 @@ create table notice (
index notice_profile_id_idx (profile_id),
index notice_conversation_idx (conversation),
index notice_created_idx (created),
+ index notice_replyto_idx (reply_to),
FULLTEXT(content)
) ENGINE=MyISAM CHARACTER SET utf8 COLLATE utf8_general_ci;