3 lines
109 B
SQL
3 lines
109 B
SQL
-- Add up migration script here
|
|
CREATE INDEX nzb_posts_created_at_idx ON nzb_posts USING btree (created_at);
|