Skip to content

Commit 36c721f

Browse files
sypharGuillaumeGomez
authored andcommitted
add index on releases.rustdoc_status for rebuild query
1 parent 215ffe1 commit 36c721f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
DROP INDEX releases_rustdoc_status_idx;
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
CREATE INDEX releases_rustdoc_status_idx ON releases USING btree (rustdoc_status ASC);

0 commit comments

Comments
 (0)