Skip to content

Commit

Permalink
✨ created_at 내림차순 인덱스 생성 (#338) (#348)
Browse files Browse the repository at this point in the history
  • Loading branch information
semi-cloud authored Feb 22, 2025
1 parent ca3f791 commit 94003d1
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 created_at_desc_idx ON tb_lost_post (created_at DESC);

0 comments on commit 94003d1

Please sign in to comment.