Skip to content

Commit

Permalink
refactor : createAt index
Browse files Browse the repository at this point in the history
  • Loading branch information
kochungcheon committed May 18, 2024
1 parent b53fe7c commit d87cae5
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,8 @@
@Getter
@NoArgsConstructor(access = AccessLevel.PROTECTED)
@Table(name = "file_share", indexes = {
@Index(name = "idx_share_link", columnList = "shareLink")
@Index(name = "idx_share_link", columnList = "shareLink"),
@Index(name = "idx_share_created_at", columnList = "createAt")
})
public class FileShare {
@Id
Expand Down

0 comments on commit d87cae5

Please sign in to comment.