Skip to content

Commit

Permalink
add index on releases.rustdoc_status for rebuild query
Browse files Browse the repository at this point in the history
  • Loading branch information
syphar authored and GuillaumeGomez committed Nov 6, 2024
1 parent 215ffe1 commit 36c721f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
DROP INDEX releases_rustdoc_status_idx;
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX releases_rustdoc_status_idx ON releases USING btree (rustdoc_status ASC);

0 comments on commit 36c721f

Please sign in to comment.