-- Add up migration script here CREATE INDEX nzb_posts_created_at_idx ON nzb_posts USING btree (created_at);