server: index on nzb_posts created_at, attempt to speed up homepage
This commit is contained in:
parent
b9fbefe05c
commit
70fb635eda
@ -0,0 +1,2 @@
|
|||||||
|
-- Add down migration script here
|
||||||
|
DROP INDEX nzb_posts_created_at_idx;
|
||||||
@ -0,0 +1,2 @@
|
|||||||
|
-- Add up migration script here
|
||||||
|
CREATE INDEX nzb_posts_created_at_idx ON nzb_posts USING btree (created_at);
|
||||||
Loading…
x
Reference in New Issue
Block a user