Skip to content

Commit

Permalink
fix(mm): add index for run_proxied_ports (#868)
Browse files Browse the repository at this point in the history
<!-- Please make sure there is an issue that this PR is correlated to. -->

## Changes

<!-- If there are frontend changes, please include screenshots. -->
  • Loading branch information
NathanFlurry committed Jun 6, 2024
1 parent af3513a commit e0785e9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Empty file.
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
CREATE INDEX ON runs (cleanup_ts) WHERE cleanup_ts IS NULL;
CREATE INDEX ON run_proxied_ports (ingress_port, proxy_protocol);

0 comments on commit e0785e9

Please sign in to comment.