Skip to content

Commit

Permalink
feat: externalId에 인덱스 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
CChuYong committed Dec 14, 2024
1 parent b1d2932 commit 16a2a4f
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 `idx_album_external_id` ON `album`(`external_id`);

0 comments on commit 16a2a4f

Please sign in to comment.