]> ruin.nu Git - ndwebbie.git/blobdiff - database/ndawn.sql
Only list threads with posts in the last 50 days as new and unread
[ndwebbie.git] / database / ndawn.sql
index 2da8987c6f2f16ad7bcd5e16dee86e169be1783e..1853e4fc014b2cb5449d05721d8c884a9f2aa834 100644 (file)
@@ -3316,6 +3316,8 @@ CREATE INDEX forum_posts_ftid_index ON forum_posts USING btree (ftid);
 CREATE INDEX forum_posts_textsearch_index ON forum_posts USING gin (textsearch);
 
 
+CREATE INDEX forum_threads_mtime_index ON forum_threads USING btree (mtime);
+
 --
 -- Name: groupmembers_uid_key; Type: INDEX; Schema: public; Owner: ndawn
 --