Skip to content

Commit

Permalink
[TRELLO-2879] Add index on reports creation_date
Browse files Browse the repository at this point in the history
  • Loading branch information
charlescd committed Jan 27, 2025
1 parent b3745d6 commit 7e19879
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_creation_date_desc_idx ON reports (creation_date desc);

0 comments on commit 7e19879

Please sign in to comment.