Skip to content

Commit

Permalink
fix: add index on reported_at column of reports table (#3606)
Browse files Browse the repository at this point in the history
  • Loading branch information
satishrudderstack committed Jul 18, 2023
1 parent e8224f1 commit 26c1791
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
CREATE INDEX IF NOT EXISTS reports_reported_at_index ON reports (reported_at);

0 comments on commit 26c1791

Please sign in to comment.